From c30ba29c31941e4ebc4322636e3fe435f1097aaa Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 21 Aug 2010 12:11:15 -0400 Subject: Fix detection of the vertical patch --- examples/data/scripts/util/dmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/data') diff --git a/examples/data/scripts/util/dmenu.sh b/examples/data/scripts/util/dmenu.sh index 2326cea..2972663 100644 --- a/examples/data/scripts/util/dmenu.sh +++ b/examples/data/scripts/util/dmenu.sh @@ -56,7 +56,7 @@ if dmenu --help 2>&1 | grep -q '\[-xs\]'; then fi # Detect the vertical patch -if dmenu --help 2>&1 | grep -q '\[-l lines\]'; then +if dmenu --help 2>&1 | grep -q '\[-l \]'; then # Default to 10 lines if [ -z "$DMENU_LINES" ]; then DMENU_LINES=10 -- cgit v1.2.3