summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcopyPhotos2
1 files changed, 1 insertions, 1 deletions
diff --git a/copyPhotos b/copyPhotos
index 4d00c9c..74b5073 100755
--- a/copyPhotos
+++ b/copyPhotos
@@ -186,7 +186,7 @@ fi
while true
do
- feh -XdF "${!jahre[@]}"
+ feh -XdF $(printf '%s\n' "${!jahre[@]}" | sort)
read -p '"[fk]:$regex": ' s
case "${s}" in
"")