lpgcc was too noisy in some cases
[coreboot.git] / payloads / libpayload / bin / lpgcc
index 826e4989419d4c5139cf8893d70d9a5c596779b1..57015d5f499a845318b14fdc23fb191d23e614fa 100755 (executable)
 # let's not recurse.
 # This is a hack, I know, but it makes sure that really simple user errors
 # don't fork-bomb your machine.
-echo "CC = $CC"
+echo "CC = $CC"
 
+if [ -n "$CC" ]; then
 b=`basename $CC`
 if [ "$b" = "lpgcc" ]; then
 CC=""
 fi
+fi