mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-10 03:27:19 -03:00
mmm right
This commit is contained in:
parent
0eee09364d
commit
01062d70d1
1 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,11 @@ then
|
||||||
if test -z "$ver"
|
if test -z "$ver"
|
||||||
then
|
then
|
||||||
# otherwise obtain full commit ID
|
# otherwise obtain full commit ID
|
||||||
ver=git-`git -C "$srcdir" rev-parse HEAD 2>/dev/null`
|
ver=`git -C "$srcdir" rev-parse HEAD 2>/dev/null`
|
||||||
|
if test -n "$ver"
|
||||||
|
then
|
||||||
|
ver=git-$ver
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if test -n "$ver"
|
if test -n "$ver"
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue