fix some old bash versions not working
This commit is contained in:
parent
2913220d3e
commit
0aa01c5e91
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue