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