aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/util
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-08-21 12:11:15 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-02 11:56:30 -0400
commitc30ba29c31941e4ebc4322636e3fe435f1097aaa (patch)
tree7132dec445548a763333f25de099b6555af422af /examples/data/scripts/util
parent90ebadae7fa7843ed4a43c03e344d0e8cdebc936 (diff)
Fix detection of the vertical patch
Diffstat (limited to 'examples/data/scripts/util')
-rw-r--r--examples/data/scripts/util/dmenu.sh2
1 files changed, 1 insertions, 1 deletions
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 <lines>\]'; then
# Default to 10 lines
if [ -z "$DMENU_LINES" ]; then
DMENU_LINES=10