X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/571d5e7543fd73aeb77af653a8d1b20d78c84b48..7d81fd0ae7fc14189d7758c78a5168921c7ef11b:/config/version.sh diff --git a/config/version.sh b/config/version.sh index b94c62cc..5b76808f 100755 --- a/config/version.sh +++ b/config/version.sh @@ -8,7 +8,7 @@ set -e version=${1?} host=`uname -n` if test -d "$srcdir/.git"; then - git=" `git describe --long --dirty`" + git=" `git -C $srcdir describe --long --dirty`" else git= fi