From 4e7ac7a9e20bdbd9d42366def0ca0e4a89ff517d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 8 Sep 2005 02:22:48 +0000 Subject: if passing the -i18n option to doman, make sure we eat the option and continue processing svn path=/main/branches/2.0/; revision=1988 --- bin/doman | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22