From 848edce91288750881f538e1dd8ed4220047af6f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 11 Sep 2006 15:55:44 +0000 Subject: [PATCH] r18387: remove echo of pidl command line (was used for debugging) --- source/script/build_idl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/script/build_idl.sh b/source/script/build_idl.sh index 00f03359d48..29c1d5f436f 100644 --- a/source/script/build_idl.sh +++ b/source/script/build_idl.sh @@ -33,7 +33,7 @@ done ## if [ "x$list" != x ]; then - echo "${PIDL} ${list}" + # echo "${PIDL} ${list}" $PIDL $list || exit 1 fi