mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
mmm right
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user