chiark / gitweb /
add hacky LP bug notification helper
[bin.git] / rosetta-merge-all
index 98627a2f7ec6fa89185ded3e5376d7077ab709ed..a0d0a8ac864b812f040051ebec6464e310fe5503 100755 (executable)
@@ -1,7 +1,6 @@
 #! /bin/sh
 if [ "$1" = --apply ]; then
-       shift
-       for x in *.po; do rosetta-merge --apply $1 ${x%.*}; done
+       for x in *.po; do rosetta-merge "$@" ${x%.*}; done
 else
-       for x in *.po; do rosetta-merge $1 ${x%.*} | view -; done
+       for x in *.po; do rosetta-merge "$@" ${x%.*} | view -; done
 fi