* extfs/iso9660.in: Ignore error messages from locale(1), as it
does not exist on OpenBSD. Reported by q# on mc-devel.
Этот коммит содержится в:
родитель
290b842c86
Коммит
4972324b16
@ -1,3 +1,8 @@
|
||||
2005-09-26 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* extfs/iso9660.in: Ignore error messages from locale(1), as it
|
||||
does not exist on OpenBSD. Reported by q# on mc-devel.
|
||||
|
||||
2005-09-26 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* utilvfs.h (vfs_parse_filetype, vfs_parse_fileperms,
|
||||
|
@ -65,7 +65,7 @@ mcisofs_copyout () {
|
||||
$ISOINFO -i "$1" -x "/$2" > "$3"
|
||||
}
|
||||
|
||||
save_ctype=`locale | grep LC_CTYPE`
|
||||
save_ctype=`locale 2>/dev/null | grep LC_CTYPE`
|
||||
LC_ALL=C
|
||||
|
||||
cmd="$1"
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user