From 02368626a273368a3b731d2b413e90d91ed15c5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Sun, 8 Mar 2009 12:54:04 +0100 Subject: [PATCH] to be portable, use options first, arguments last Signed-off-by: Michael Adam --- source/script/installmo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 source/script/installmo.sh diff --git a/source/script/installmo.sh b/source/script/installmo.sh old mode 100755 new mode 100644 index 9c4ab1eefe6..5ca3371d80e --- a/source/script/installmo.sh +++ b/source/script/installmo.sh @@ -35,7 +35,7 @@ for dir in $SRCDIR/locale/*; do if test "$mode" = 'install'; then echo "Installing $f as $FNAME" touch "$FNAME" - $MSGFMT "$f" -f -o "$FNAME" + $MSGFMT -f -o "$FNAME" "$f" if test ! -f "$FNAME"; then echo "Cannot install $FNAME. Does $USER have privileges?" exit 1 -- 2.47.2