components/bash/patches/solaris-017.printf2.sub.patch
changeset 1082 6d49548fa9da
child 5518 c47fe0edc204
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/bash/patches/solaris-017.printf2.sub.patch	Thu Dec 13 15:52:21 2012 -0800
@@ -0,0 +1,8 @@
+--- tests/printf2.sub	2009-02-24 11:12:32.000000000 -0800
++++ tests/printf2.sub	2011-11-29 12:15:05.790234777 -0800
+@@ -1,4 +1,5 @@
+ export LANG=en_US.UTF-8
++export LC_ALL=en_US.UTF-8
+ 
+ case $(printf %d\\n \'À) in
+ 192)	exit 0;;