aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fbsetbg b/util/fbsetbg
index e277317..17c2efe 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -523,7 +523,7 @@ if [ "$option" = random ]; then
523 wallpaper="$wallpaperdir/`ls \"$wallpaperdir\"|sed -n ${wallpapernumber}p`" 523 wallpaper="$wallpaperdir/`ls \"$wallpaperdir\"|sed -n ${wallpapernumber}p`"
524 option=$option2 # have to choose something... 524 option=$option2 # have to choose something...
525 else 525 else
526 message "Invalid random wallpaper directory specified." 526 message "Invalid random wallpaper directory specified: '$wallpaperdir'."
527 exit 1 527 exit 1
528 fi 528 fi
529fi 529fi