commit fe72e87e786bc08b5a3de6f1008c082f51a54470
parent 28c238974f4b9d8356c3f0feb1be1ecb0c554c6c
Author: Kris Maglione <jg@suckless.org>
Date: Sun, 25 Feb 2007 15:29:27 -0500
Quote $PROGS_FILE elsewhere
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -96,7 +96,7 @@ Key $MODKEY-m
Key $MODKEY-a
Action \$(actionlist | $WMII_MENU) &
Key $MODKEY-p
- sh -c "\$($WMII_MENU <$PROGS_FILE)" &
+ sh -c "\$($WMII_MENU <\$PROGS_FILE)" &
Key $MODKEY-t
wmiir xwrite /ctl "view \$(tagsmenu)" &
Key $MODKEY-Return
@@ -155,7 +155,7 @@ Action() {
# Misc
PROGS_FILE="$WMII_NS_DIR/.proglist"
Action status &
-proglist $PATH >$PROGS_FILE &
+proglist $PATH >\$PROGS_FILE &
EOF
xsetroot -solid "$WMII_BACKGROUND" &