fix some old bash versions not working

This commit is contained in:
Tove 2025-12-08 21:57:28 +01:00
parent 2913220d3e
commit 0aa01c5e91

View file

@ -56,7 +56,7 @@ 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' | LC_COLLATE=C sort >> .original.edname
cp .{original,rename}.edname
cp .original.edname .rename.edname
echo opening editor.