diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 02:22:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 02:22:48 +0000 |
commit | 4e7ac7a9e20bdbd9d42366def0ca0e4a89ff517d (patch) | |
tree | dca5ba4da7c009eaad3c6c221b525538653348e2 | |
parent | 1b1f845635a1542fc2b7fda43d8dc44e55a8fded (diff) | |
download | portage-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-x | bin/doman | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |