Skip to content

Commit

Permalink
typo causing duplicated images
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Nov 15, 2023
1 parent e158896 commit bdd7334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsix
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bdd7334

Please sign in to comment.