X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.inc;h=86a072ab49a630f387d8ac66340d9520107f8536;hb=1a34165e37e8ab7ced6a639441f5df2478246976;hp=d36d15f458cf422f82ce07c10efd30f08bee8727;hpb=8ebd11eab999654873010e706b95e5fe5855ea64;p=coreboot.git diff --git a/Makefile.inc b/Makefile.inc index d36d15f45..86a072ab4 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -225,7 +225,7 @@ lint lint-stable: grep "^# DESCR:" $$script | sed "s,.*DESCR: *,," ; \ echo ========; \ $$script > $$LINTLOG; \ - if [ `echo $$( 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: ; \