diff options
Diffstat (limited to 'main/project/localization/findextratranslations.sh')
| -rwxr-xr-x | main/project/localization/findextratranslations.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/project/localization/findextratranslations.sh b/main/project/localization/findextratranslations.sh index 4200de6..8e2898d 100755 --- a/main/project/localization/findextratranslations.sh +++ b/main/project/localization/findextratranslations.sh @@ -8,9 +8,9 @@ sourcedir=../../src/cgeo/geocaching sourcefiles=`cd $sourcedir && find . -name '*.java'` xmlfiles=`echo ../../res/*/*.xml ../../AndroidManifest.xml` first=true -if [ x$1 == x-f ]; then +if [ x$1 = x-f ]; then remove=true -elif [ x$1 == x-n ]; then +elif [ x$1 = x-n ]; then remove=false else echo "Usage: findextratranslations.sh [ -n | -f]" >&2 |
