summaryrefslogtreecommitdiffstats
path: root/bin/doman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/doman')
-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