mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-09 11:07: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"
|
||||
then
|
||||
# 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
|
||||
if test -n "$ver"
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue