]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix endless loop introduced in last patch.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Nov 2003 13:36:57 +0000 (13:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:22 +0000 (12:11 +0200)
gettext-runtime/man/x-to-1.in
gettext-tools/man/x-to-1.in

index 310629348083b72c7e895f9e854d487314afdfa6..ba465ddc197a9a9dfd70cad3808e6bf2d34e0d87 100644 (file)
@@ -23,7 +23,7 @@
 update=
 while true; do
   case "$1" in
-    --update) update=yes;;
+    --update) update=yes; shift;;
     *) break;;
   esac
 done
index 310629348083b72c7e895f9e854d487314afdfa6..ba465ddc197a9a9dfd70cad3808e6bf2d34e0d87 100644 (file)
@@ -23,7 +23,7 @@
 update=
 while true; do
   case "$1" in
-    --update) update=yes;;
+    --update) update=yes; shift;;
     *) break;;
   esac
 done