fix sorting order

This commit is contained in:
Tove 2025-12-08 21:03:46 +01:00
parent 541fb5280c
commit 2913220d3e
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -55,7 +55,7 @@ if [ "$1" = "--undo" ] ; then
fi
echo "-- DO NOT delete lines. This will cause files to be renamed erratically. --" > .original.edname
find "$@" -maxdepth 1 -not -path "." -not -path "*.edname" | sed -e 's/^\.\///g' | sort >> .original.edname
find "$@" -maxdepth 1 -not -path "." -not -path "*.edname" | sed -e 's/^\.\///g' | LC_COLLATE=C sort >> .original.edname
cp .{original,rename}.edname
echo opening editor.