commit 87b608a29dbb02ea9c7a8cd8a6edc683a9062c6a
parent 9e2d42000f98790a71e41ca53616ff12c2f40623
Author: Kris Maglione <bsdaemon@wmii.de>
Date: Sat, 8 Jul 2006 13:06:57 -0400
IFS is no longer necessary in setting up the bar due to the current 'read' hack
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -107,8 +107,6 @@ $MODKEY-Shift-9
EOF
# TAG BAR
-IFS='
-'
wmiir ls /lbar |
while read bar
do
@@ -125,8 +123,6 @@ do
echo "$WMII_NORMCOLORS" "$tag" | wmiir create "/lbar/$tag"
fi
done
-unset IFS
-
# EVENT LOOP
wmiir read /event 2>/dev/null |