summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
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