Another indirection for normal/fallback bootblock
[coreboot.git] / Makefile.inc
index e495f4587e684feb885055c82c6aadf6763676f1..86a072ab49a630f387d8ac66340d9520107f8536 100644 (file)
@@ -225,7 +225,7 @@ lint lint-stable:
                grep "^# DESCR:" $$script | sed "s,.*DESCR: *,," ; \
                echo ========; \
                $$script > $$LINTLOG; \
-               if [ `wc -l $$LINTLOG | cut -d' ' -f1` -eq 0 ]; then \
+               if [ `cat $$LINTLOG | wc -l` -eq 0 ]; then \
                        printf "success\n\n"; \
                else \
                        echo test failed: ; \