From a66f6f892d1364e544e5fc9884449bf86de100fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 7 Jun 2023 00:29:34 +0200 Subject: [PATCH] do not sort gallery, obey order of globs given as arguments --- macros/gallery | 1 - 1 file changed, 1 deletion(-) diff --git a/macros/gallery b/macros/gallery index 306c517..3a05ee8 100755 --- a/macros/gallery +++ b/macros/gallery @@ -16,7 +16,6 @@ for glob in "$@"; do && attachment_glob "$glob" done \ | grep -xiE '.*\.jpe?g|.*\.png|.*\.gif' \ -| sort -u \ | while read attachment; do case $attachment in */*) -- 2.39.2