Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 164773
Collapse All | Expand All

(-)hibernate.sh (-1 / +3 lines)
Lines 92-98 Link Here
92
	cat $@
92
	cat $@
93
    else
93
    else
94
	if [ "$v" -le $LOG_VERBOSITY -a "$LOGPIPE" != "cat" ] ; then
94
	if [ "$v" -le $LOG_VERBOSITY -a "$LOGPIPE" != "cat" ] ; then
95
	    cat $@ | $LOGPIPE > /dev/null
95
	    cat "$@" | $LOGPIPE > /dev/null
96
	else
97
	    cat > /dev/null
96
	fi
98
	fi
97
    fi
99
    fi
98
}
100
}

Return to bug 164773