diff options
author | fluxgen <fluxgen> | 2002-08-28 17:29:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-08-28 17:29:31 (GMT) |
commit | 2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20 (patch) | |
tree | 5bff2776f2eef039bf7da8543deecb59cb40d2b9 /util/bsetbg | |
parent | d7ef81e2882fc50d6f02471298580ffaeb57e92d (diff) | |
download | fluxbox-2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20.zip fluxbox-2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20.tar.bz2 |
minor fix with grep
Diffstat (limited to 'util/bsetbg')
-rwxr-xr-x | util/bsetbg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/util/bsetbg b/util/bsetbg index 0250495..0ef1e0d 100755 --- a/util/bsetbg +++ b/util/bsetbg | |||
@@ -625,10 +625,7 @@ TMPFILE2=/tmp/bsetbg.2 | |||
625 | ARGUMENT=$1 | 625 | ARGUMENT=$1 |
626 | 626 | ||
627 | 627 | ||
628 | case `which grep 2>&1` in */*grep) : ;; | 628 | which grep > /dev/null 2> /dev/null || error_msg nogrep |
629 | *) | ||
630 | error_msg nogrep | ||
631 | esac | ||
632 | 629 | ||
633 | case $1 in | 630 | case $1 in |
634 | *-full|-f|f) | 631 | *-full|-f|f) |