components/bash/patches/solaris-017.printf2.sub.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 15 May 2015 18:50:08 -0700
changeset 4302 0825b6328b45
parent 1082 6d49548fa9da
child 5518 c47fe0edc204
permissions -rw-r--r--
21093117 userland should move to gcc 4.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;;