Hi,

Currently on OpenBSD there is no locale(1) yet, browsing iso images is
little anoying.

-- 
best regards
q#
Index: iso9660.in
===================================================================
RCS file: /cvsroot/mc/mc/vfs/extfs/iso9660.in,v
retrieving revision 1.5
diff -u -r1.5 iso9660.in
--- iso9660.in  29 Oct 2004 09:14:38 -0000      1.5
+++ iso9660.in  26 Sep 2005 14:30:14 -0000
@@ -65,7 +65,7 @@
        $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"
_______________________________________________
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel

Reply via email to