diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 00:58:19 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 00:58:19 -0400 |
commit | 008302b7f58641de723b764aac50cbe53fa2b3d9 (patch) | |
tree | 4227ebcf7871a0211bf69b00bdf3aed8d96a8b66 /acprep | |
parent | 9628850bc0688a6274fabb664c4fe6c7bc248802 (diff) | |
download | fork-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-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |