summaryrefslogtreecommitdiffstats
path: root/git-version-gen
diff options
context:
space:
mode:
Diffstat (limited to 'git-version-gen')
-rwxr-xr-xgit-version-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-version-gen b/git-version-gen
index 6feac34..b403fce 100755
--- a/git-version-gen
+++ b/git-version-gen
@@ -5,7 +5,7 @@ if test -n "$1"; then
else
if test -d "${SRCDIR}/.git" && test -x "`which git`" ; then
git update-index -q --refresh
- VER=`git describe --tags --always --dirty=-dirty`
+ VER=`git describe --tags --dirty=-dirty`
else
if test -f "${SRCDIR}/.tarball-version"; then
VER=`cat "${SRCDIR}/.tarball-version"`