summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-08 00:58:19 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-08 00:58:19 -0400
commit008302b7f58641de723b764aac50cbe53fa2b3d9 (patch)
tree4227ebcf7871a0211bf69b00bdf3aed8d96a8b66 /acprep
parent9628850bc0688a6274fabb664c4fe6c7bc248802 (diff)
downloadfork-ledger-008302b7f58641de723b764aac50cbe53fa2b3d9.tar.gz
fork-ledger-008302b7f58641de723b764aac50cbe53fa2b3d9.tar.bz2
fork-ledger-008302b7f58641de723b764aac50cbe53fa2b3d9.zip
Removed --long option from git-describe, since it breaks on older machines
that are running the Buildbot.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 42361a4e..c3c6beb2 100755
--- a/acprep
+++ b/acprep
@@ -16,7 +16,7 @@ if [ -x "$cmd" ]; then
export LIBTOOLIZE="$cmd"
fi
-COMMIT=$(git describe --all --long | sed 's/heads\///')
+COMMIT=$(git describe --all | sed 's/heads\///')
echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4