diff options
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |