summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/prepallman')
-rwxr-xr-xbin/ebuild-helpers/prepallman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild-helpers/prepallman b/bin/ebuild-helpers/prepallman
index 4568bac1d..574ab6251 100755
--- a/bin/ebuild-helpers/prepallman
+++ b/bin/ebuild-helpers/prepallman
@@ -10,7 +10,7 @@ hasq "${EAPI}" 0 1 2 3 || exit 0
ret=0
find "${D}" -type d -name man > "${T}"/prepallman.filelist
-while read mandir ; do
+while read -r mandir ; do
mandir=${mandir#${D}}
prepman "${mandir%/man}"
((ret|=$?))