svn path=/main/trunk/; revision=5306
fi
unset LIBDIR_VAR
- if hasq noauto $FEATURES &>/dev/null && [ ! -f ${PORTAGE_BUILDDIR}/.unpacked ]; then
+ if hasq noauto $FEATURES && [ ! -f ${PORTAGE_BUILDDIR}/.unpacked ]; then
echo
echo "!!! We apparently haven't unpacked... This is probably not what you"
echo "!!! want to be doing... You are using FEATURES=noauto so I'll assume"
export USER=portage
fi
- if hasq distcc ${FEATURES} &>/dev/null; then
+ if hasq distcc ${FEATURES} ; then
if [ -d /usr/lib/distcc/bin ]; then
#We can enable distributed compile support
if [ -z "${PATH/*distcc*/}" ]; then