aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-03-25 07:01:46 (GMT)
committermarkt <markt>2007-03-25 07:01:46 (GMT)
commite69fd0d88f9afc553769aad5ae2ec98112f8406a (patch)
tree9d9c30dddcc03101d50140c9373e0cfe1f4962d3
parentcd28ddec7b719fd10f5b7740cf25fa77891526ae (diff)
downloadfluxbox-e69fd0d88f9afc553769aad5ae2ec98112f8406a.zip
fluxbox-e69fd0d88f9afc553769aad5ae2ec98112f8406a.tar.bz2
I swear I already committed this
-rw-r--r--util/fbsetbg2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/fbsetbg b/util/fbsetbg
index 60118e5..718b19e 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -298,6 +298,8 @@ while [ $# -gt 0 ]; do
298 wallpaper=`grep "|${DISPLAY}$" $lastwallpaper|cut -d'|' -f2` 298 wallpaper=`grep "|${DISPLAY}$" $lastwallpaper|cut -d'|' -f2`
299 if [ -z "$wallpaper" ]; then 299 if [ -z "$wallpaper" ]; then
300 option=`grep "|${DISPLAY}.0$" $lastwallpaper|cut -d'|' -f1` 300 option=`grep "|${DISPLAY}.0$" $lastwallpaper|cut -d'|' -f1`
301 option2=`echo $option|cut -d' ' -f2`
302 option=`echo $option|cut -d' ' -f1`
301 wallpaper=`grep "|${DISPLAY}.0$" $lastwallpaper|cut -d'|' -f2` 303 wallpaper=`grep "|${DISPLAY}.0$" $lastwallpaper|cut -d'|' -f2`
302 fi 304 fi
303 if [ -z "$wallpaper" ]; then 305 if [ -z "$wallpaper" ]; then