From bdd733452873127047476e3b3aa6c13c05e86760 Mon Sep 17 00:00:00 2001 From: b9 Date: Wed, 15 Nov 2023 14:40:08 -0800 Subject: [PATCH] typo causing duplicated images --- lsix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsix b/lsix index a693aff..9605553 100755 --- a/lsix +++ b/lsix @@ -188,7 +188,7 @@ main() { if [[ $# == 0 ]]; then # No command line args? Use a sorted list of image files in CWD. shopt -s nullglob nocaseglob nocasematch - set -- *{jpg,jpeg,png,,webp,tiff,tif,p?m,x[pb]m,bmp,ico,svg,eps} + set -- *{jpg,jpeg,png,gif,webp,tiff,tif,p?m,x[pb]m,bmp,ico,svg,eps} [[ $# != 0 ]] || exit readarray -t < <(printf "%s\n" "$@" | sort)