X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.inc;fp=Makefile.inc;h=86a072ab49a630f387d8ac66340d9520107f8536;hb=c040e476bfe12fb67087b13de86346370c0e1c3e;hp=d36d15f458cf422f82ce07c10efd30f08bee8727;hpb=987e883e6a5a48eb7404c81e1eb5fdcfb1107ef7;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: ; \