From: Mike Frysinger Date: Thu, 8 Sep 2005 02:22:48 +0000 (-0000) Subject: if passing the -i18n option to doman, make sure we eat the option and continue processing X-Git-Tag: v2.0.53_rc4_2111~73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e7ac7a9e20bdbd9d42366def0ca0e4a89ff517d;p=portage.git if passing the -i18n option to doman, make sure we eat the option and continue processing svn path=/main/branches/2.0/; revision=1988 --- diff --git a/bin/doman b/bin/doman index 891e236c1..a1a2a9754 100755 --- 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