From e9695d1357fef3f911b391f3d5d8750c581b4e4a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 20 Sep 2014 13:22:24 -0500 Subject: Remove debug echo checked in by mistake. --- scripts/make.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/make.sh') 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() { -- cgit v1.2.3