FreeBSD Bugzilla – Attachment 83601 Details for
Bug 119397
java/jdk16: Wrong locales with patchset 3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 481 bytes, created by
Bernhard Froehlich
on 2008-01-06 21:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bernhard Froehlich
Created:
2008-01-06 21:20:02 UTC
Size:
481 bytes
patch
obsolete
>--- ../../j2se/make/java/java/localegen.sh.orig 2008-01-06 16:38:14.000000000 +0100 >+++ ../../j2se/make/java/java/localegen.sh 2008-01-06 16:51:26.000000000 +0100 >@@ -22,7 +22,7 @@ > localelist= > getlocalelist() { > localelist="" >- localelist=`$NAWK -F$1_ '{print $2}' $2 | sort` >+ localelist=`$SED -e 'y/ /\n/' -e 's/\\\n//g' $2 | $NAWK -F$1_ '{print \$2}' | sort` > } > > sed_script="$SED -e \"s@^#warn .*@// -- This file was mechanically generated: Do not edit! -- //@\" "
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 119397
: 83601