mmm right

This commit is contained in:
cathugger 2022-05-05 19:45:42 +00:00
parent 0eee09364d
commit 01062d70d1
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8

View file

@ -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