buildgcc: Fix typo in check for failed iasl build
[coreboot.git] / util / crossgcc / buildgcc
index e58b23ed455ac804e9201279fad82391bd4053af..b3329b0c5ecbe1cda2ce5f4410e97a447f3af984 100755 (executable)
@@ -468,7 +468,7 @@ printf "Building IASL ${IASL_VERSION} ... "
        if [ ! -f .failed ]; then touch .success; fi
 ) &> $IASL_DIR/compiler/crossgcc-build.log
 test -r $IASL_DIR/compiler/.failed && printf "${RED}failed${NC}\n" || printf "${green}ok${NC}\n"
-test -r $IASL_DIR/compiler.failed && exit 1
+test -r $IASL_DIR/compiler/.failed && exit 1
 fi
 
 if [ $SAVETEMPS -eq 0 ]; then