locale(1) and iso9660 extfs

2005-09-26 Thread q#
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 -  1.5
+++ iso9660.in  26 Sep 2005 14:30:14 -
@@ -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


Re: locale(1) and iso9660 extfs

2005-09-26 Thread Roland Illig

q# wrote:

-save_ctype=`locale | grep LC_CTYPE`
+save_ctype=`locale 2/dev/null | grep LC_CTYPE`


Committed. Thanks.

Roland
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel