From: Rob Landley Date: Sat, 20 Sep 2014 18:22:24 +0000 (-0500) Subject: Remove debug echo checked in by mistake. X-Git-Tag: 0.5.0~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9695d1357fef3f911b391f3d5d8750c581b4e4a;p=platform%2Fupstream%2Ftoybox.git Remove debug echo checked in by mistake. --- diff --git a/scripts/make.sh b/scripts/make.sh index c073d20..165b8f1 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() {