diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 09a4eeac8..3b942cd75 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,3 +1,8 @@ +2005-09-26 Roland Illig + + * 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 * utilvfs.h (vfs_parse_filetype, vfs_parse_fileperms, diff --git a/vfs/extfs/iso9660.in b/vfs/extfs/iso9660.in index 6ff8a1ab4..9665b1e21 100644 --- a/vfs/extfs/iso9660.in +++ b/vfs/extfs/iso9660.in @@ -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"