if passing the -i18n option to doman, make sure we eat the option and continue processing
authorMike Frysinger <vapier@gentoo.org>
Thu, 8 Sep 2005 02:22:48 +0000 (02:22 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 8 Sep 2005 02:22:48 +0000 (02:22 -0000)
svn path=/main/branches/2.0/; revision=1988

bin/doman

index 891e236c114484d27305064bfb3fdb6f32c8f77c..a1a2a975417461d5539b98ff154a848d0b6b6253 100755 (executable)
--- a/bin/doman
+++ b/bin/doman
@@ -14,6 +14,7 @@ i18n=""
 for x in "$@" ; do
        if [ "${x:0:6}" == "-i18n=" ] ; then
                i18n="${x:6}/"
+               continue
        fi
        if [ "${x}" == ".keep" ] ; then
                continue