summaryrefslogtreecommitdiffstats
path: root/bin/doman
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-07-18 18:21:52 +0000
committerSimon Stelling <blubb@gentoo.org>2006-07-18 18:21:52 +0000
commit01b628f814d0a9bc3bc5bf0854410285216c4aed (patch)
tree0a053a094746251d9b6ed46714b161ef61c2cdc9 /bin/doman
parent5e7ae8c3ca1eaae5dc80a3376b54d6cc4b45d16a (diff)
downloadportage-01b628f814d0a9bc3bc5bf0854410285216c4aed.tar.gz
portage-01b628f814d0a9bc3bc5bf0854410285216c4aed.tar.bz2
portage-01b628f814d0a9bc3bc5bf0854410285216c4aed.zip
fix up doman and prepman so that they work with the new .keep files in rev 3917
svn path=/main/trunk/; revision=3918
Diffstat (limited to 'bin/doman')
-rwxr-xr-xbin/doman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doman b/bin/doman
index 49cf55e18..deb4cf4cc 100755
--- a/bin/doman
+++ b/bin/doman
@@ -19,7 +19,7 @@ for x in "$@" ; do
i18n=${x:6}/
continue
fi
- if [[ ${x} == ".keep" ]] ; then
+ if [[ ${x:0:6} == ".keep_" ]] ; then
continue
fi