all repos — fluxbox @ 2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20

custom fork of the fluxbox windowmanager

minor fix with grep
fluxgen fluxgen
commit

2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20

parent

d7ef81e2882fc50d6f02471298580ffaeb57e92d

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M util/bsetbgutil/bsetbg

@@ -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)