crossgcc: Fix colors with dash
[coreboot.git] / util / crossgcc / buildgcc
index 40444a554125898ccc28987c88ed7efab9dad123..a298dbae668fb0fec543b91ac6ef54fa8231c6ae 100755 (executable)
 CROSSGCC_DATE="October 10th, 2011"
 CROSSGCC_VERSION="1.05"
 
+# To enable colors on dash(1)
+if [ -x /usr/bin/printf ]; then
+alias printf=/usr/bin/printf
+fi
+
 # default settings
 TARGETDIR=`pwd`/xgcc
 TARGETARCH=i386-elf