From: John Hodge Date: Fri, 7 Dec 2012 05:38:19 +0000 (+0800) Subject: Tools/GCCProxy - Removed debug X-Git-Tag: rel0.15~611^2 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=9896eac487650289d2946f2a2ec76ad747398449;p=tpg%2Facess2.git Tools/GCCProxy - Removed debug --- diff --git a/Tools/GCCProxy/gccproxy.sh b/Tools/GCCProxy/gccproxy.sh index 515f5d7d..a3183d34 100755 --- a/Tools/GCCProxy/gccproxy.sh +++ b/Tools/GCCProxy/gccproxy.sh @@ -63,7 +63,7 @@ while [[ $# -gt 0 ]]; do done run() { - echo --- $* +# echo --- $* $* return $? }