OSDN Git Service

Don't hang for $CPUS=1.
authorRob Landley <rob@landley.net>
Thu, 4 Sep 2014 05:23:51 +0000 (00:23 -0500)
committerRob Landley <rob@landley.net>
Thu, 4 Sep 2014 05:23:51 +0000 (00:23 -0500)
commit9bb73ade0bb019c0819052d27c34959ec55dbe02
treec42b52f2afb5e9a32aa539ded5b6f70cbe387e2d
parent01e6a73bf9506803bd1725726177f55e58498dba
Don't hang for $CPUS=1.

echo prints a newline if it has nothing to print, so wc -l always returns at least 1. Fix: echo -n
scripts/make.sh