fix sorting order
This commit is contained in:
parent
541fb5280c
commit
2913220d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue