minor fix with grep

This commit is contained in:
fluxgen 2002-08-28 17:29:31 +00:00
parent d7ef81e288
commit 2d3f9ca4b4

View file

@ -625,10 +625,7 @@ TMPFILE2=/tmp/bsetbg.2
ARGUMENT=$1
case `which grep 2>&1` in */*grep) : ;;
*)
error_msg nogrep
esac
which grep > /dev/null 2> /dev/null || error_msg nogrep
case $1 in
*-full|-f|f)