summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-21 21:51:22 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-21 21:51:22 -0400
commit4b159527a51a2e2006da2e29bc936e05b970ecdd (patch)
tree7ea465956cdd0c048c7bc9c8434f3ffcada8963b /acprep
parent6f6c0d722ca436137693dd2b8d4de500783406f5 (diff)
downloadfork-ledger-4b159527a51a2e2006da2e29bc936e05b970ecdd.tar.gz
fork-ledger-4b159527a51a2e2006da2e29bc936e05b970ecdd.tar.bz2
fork-ledger-4b159527a51a2e2006da2e29bc936e05b970ecdd.zip
Removed a bash-ism from acprep
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index fa141b25..b3727694 100755
--- a/acprep
+++ b/acprep
@@ -24,7 +24,7 @@ sh autogen.sh
# configure the template files
-if [[ ! -f po/Makevars ]]; then
+if [ ! -f po/Makevars ]; then
mv po/Makevars.template po/Makevars
fi
git ls-files '*.cc' '*.h' | egrep '^(src|python)/' > po/POTFILES.in