aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-28 17:29:31 (GMT)
committerfluxgen <fluxgen>2002-08-28 17:29:31 (GMT)
commit2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20 (patch)
tree5bff2776f2eef039bf7da8543deecb59cb40d2b9 /util
parentd7ef81e2882fc50d6f02471298580ffaeb57e92d (diff)
downloadfluxbox_pavel-2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20.zip
fluxbox_pavel-2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20.tar.bz2
minor fix with grep
Diffstat (limited to 'util')
-rwxr-xr-xutil/bsetbg5
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
625ARGUMENT=$1 625ARGUMENT=$1
626 626
627 627
628case `which grep 2>&1` in */*grep) : ;; 628which grep > /dev/null 2> /dev/null || error_msg nogrep
629 *)
630 error_msg nogrep
631esac
632 629
633case $1 in 630case $1 in
634 *-full|-f|f) 631 *-full|-f|f)