diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 21:47:25 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 21:47:25 -0400 |
commit | 083f8b74b0d455741ed6571191803b8f89be4480 (patch) | |
tree | 90cf253a732a57c34d0fb2b3e3b6201ce27504f4 /acprep | |
parent | 8cebce567664a52fbead78bc24097f3095313d54 (diff) | |
download | fork-ledger-083f8b74b0d455741ed6571191803b8f89be4480.tar.gz fork-ledger-083f8b74b0d455741ed6571191803b8f89be4480.tar.bz2 fork-ledger-083f8b74b0d455741ed6571191803b8f89be4480.zip |
Removed a line of whitespace.
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ if [ -x "$cmd" ]; then fi COMMIT=$(git describe --all | sed 's/heads\///') - echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4 autoreconf --force --install |