1
1

* extfs/iso9660.in: Ignore error messages from locale(1), as it

does not exist on OpenBSD. Reported by q# on mc-devel.
Этот коммит содержится в:
Roland Illig 2005-09-26 15:07:00 +00:00
родитель 290b842c86
Коммит 4972324b16
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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"