diff options
author | Rob Landley <rob@landley.net> | 2014-09-20 13:22:24 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-09-20 13:22:24 -0500 |
commit | e9695d1357fef3f911b391f3d5d8750c581b4e4a (patch) | |
tree | fa9db360bbf8ea3749ca880eb886d510a139865e | |
parent | cd299bfc0665ec13b406009b9ca1b43d17e1ad85 (diff) | |
download | toybox-e9695d1357fef3f911b391f3d5d8750c581b4e4a.tar.gz |
Remove debug echo checked in by mistake.
-rwxr-xr-x | scripts/make.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/make.sh b/scripts/make.sh index c073d20f..165b8f1e 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -14,8 +14,6 @@ source ./configure [ -z "$CPUS" ] && CPUS=$((($(echo /sys/devices/system/cpu/cpu[0-9]* | wc -w)*3)/2)) -echo CPUS=$CPUS - # Respond to V= by echoing command lines as well as running them do_loudly() { |