From 567f2bf0958a81f82817849be57dbc2d2345e60f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 30 Apr 2009 09:50:51 +0200 Subject: random_wallpaper: 10l remove extra spaces. --- scripts/random_wallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/random_wallpaper.sh b/scripts/random_wallpaper.sh index d4f3386..73d427f 100755 --- a/scripts/random_wallpaper.sh +++ b/scripts/random_wallpaper.sh @@ -9,7 +9,7 @@ if [ -d "${WALLPAPERDIR}" ]; then files=$(ls "${WALLPAPERDIR}") file_matrix=($files) num_files=${#file_matrix[*]} - file = "${WALLPAPERDIR}/${file_matrix[$((RANDOM%num_files))]}" + file="${WALLPAPERDIR}/${file_matrix[$((RANDOM%num_files))]}" else file = ${FVWM_USERDIR}/images/default_wall.jpg fi -- cgit v1.2.3