mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Ticket #2049: extfs/urar doesn't correctly shows localized filenames in RAR archives.
There's no need to export LC_ALL. Signee-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a8096e77ff
commit
8bdd7bc764
@ -89,9 +89,6 @@ mcrarfs_rm ()
|
||||
$RAR d "$1" "$2" >/dev/null
|
||||
}
|
||||
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
umask 077
|
||||
|
||||
cmd="$1"
|
||||
|
Loading…
Reference in New Issue
Block a user