projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1f845
)
if passing the -i18n option to doman, make sure we eat the option and continue processing
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 8 Sep 2005 02:22:48 +0000
(
02:22
-0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/bin/doman
b/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