all repos — fluxbox @ c7462f09a4ef3c6be7a68284d81779747bf7ab8d

custom fork of the fluxbox windowmanager

fbsetbg: Report wallpaper directory path when invalid
Oliver Gondža ogondza@gmail.com
commit

c7462f09a4ef3c6be7a68284d81779747bf7ab8d

parent

a1f647d09cb376ec79ee065161fef5cdf68771e2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M util/fbsetbgutil/fbsetbg

@@ -523,7 +523,7 @@ #set -x

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