summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-08 02:22:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-08 02:22:48 +0000
commit4e7ac7a9e20bdbd9d42366def0ca0e4a89ff517d (patch)
treedca5ba4da7c009eaad3c6c221b525538653348e2
parent1b1f845635a1542fc2b7fda43d8dc44e55a8fded (diff)
downloadportage-4e7ac7a9e20bdbd9d42366def0ca0e4a89ff517d.tar.gz
portage-4e7ac7a9e20bdbd9d42366def0ca0e4a89ff517d.tar.bz2
portage-4e7ac7a9e20bdbd9d42366def0ca0e4a89ff517d.zip
if passing the -i18n option to doman, make sure we eat the option and continue processing
svn path=/main/branches/2.0/; revision=1988
-rwxr-xr-xbin/doman1
1 files changed, 1 insertions, 0 deletions
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