commit | 6426362e5cbad7284368b7fe70363f6b3251f94c | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Mon Sep 05 01:07:42 2022 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Mon Sep 05 01:07:42 2022 +0200 |
tree | e0524b4f612cedacdb8a5950a151ee17488518b4 | |
parent | 67b2fd6086858905f9ad482f14b38b906a72f69c [diff] |
Allow using libusbmuxd as submodule
diff --git a/git-version-gen b/git-version-gen index 3eb6a42..f6cb31c 100755 --- a/git-version-gen +++ b/git-version-gen
@@ -3,7 +3,7 @@ if test -n "$1"; then VER=$1 else - if test -d "${SRCDIR}/.git" && test -x "`which git`" ; then + if test -r "${SRCDIR}/.git" && test -x "`which git`" ; then git update-index -q --refresh if ! VER=`git describe --tags --dirty 2>/dev/null`; then COMMIT=`git rev-parse --short HEAD`