ALT Linux Bugzilla
– Attachment 570 Details for
Bug 5050
underquoted params for tr
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
proposed patch
dosemu.patch (text/plain), 732 bytes, created by
Alexey Voinov
on 2004-08-23 17:57:40 MSD
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Alexey Voinov
Created:
2004-08-23 17:57:40 MSD
Size:
732 bytes
patch
obsolete
>--- /usr/bin/dosemu~ 2004-07-14 13:23:36 +0400 >+++ /usr/bin/dosemu 2004-08-23 17:46:44 +0400 >@@ -235,12 +235,12 @@ > fi > > external=internal='' >- LAYOUT=`echo $LANG | sed -e 's#.*\.\(.*\)#\1#' | tr [:upper:] [:lower:]` >+ LAYOUT=`echo $LANG | sed -e 's#.*\.\(.*\)#\1#' | tr '[:upper:]' '[:lower:]'` > case $LAYOUT in > koi8-r | koi8-u | koi8-ru | cp1251 | cp1125 | cp866) > external=$LAYOUT ;; > esac >- case `echo $LANG | sed -e 's#.*_\(.*\)\..*#\1#' | tr [:upper:] [:lower:]` in >+ case `echo $LANG | sed -e 's#.*_\(.*\)\..*#\1#' | tr '[:upper:]' '[:lower:]'` in > ru) internal='cp866'; xfont='vgacyr'; layout='ru' ;; > ua) internal='cp1125'; xfont='vga-ua'; layout='ru' ;; > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5050
: 570