From c7462f09a4ef3c6be7a68284d81779747bf7ab8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Mon, 10 Aug 2015 21:52:49 +0200 Subject: fbsetbg: Report wallpaper directory path when invalid --- util/fbsetbg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 wallpaper="$wallpaperdir/`ls \"$wallpaperdir\"|sed -n ${wallpapernumber}p`" option=$option2 # have to choose something... else - message "Invalid random wallpaper directory specified." + message "Invalid random wallpaper directory specified: '$wallpaperdir'." exit 1 fi fi -- cgit v0.11.2