svn path=/main/trunk/; revision=7878
#a reasonable default for $S
if [ "$S" = "" ]; then
- export S=${WORKDIR}/${P}
+ export S="${WORKDIR}/${P}"
fi
#wipe the interceptors. we don't want saved.
return 1
;;
esac
- echo -e "$*" >> ${T}/logging/${EBUILD_PHASE:-other}.${messagetype}
+ echo -e "$*" >> "${T}/logging/${EBUILD_PHASE:-other}.${messagetype}"
return 0
}
find "${D}" -type d -name man > "${T}"/prepallman.filelist
while read mandir ; do
- mandir=${mandir#${D}}
+ mandir="${mandir#${D}}"
prepman "${mandir%/man}"
((ret+=$?))
done < "${T}"/prepallman.filelist