From 5c14584d21d786792212bc4eca63605a16f3488d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 11 Sep 2006 15:55:44 +0000 Subject: r18387: remove echo of pidl command line (was used for debugging) (This used to be commit 848edce91288750881f538e1dd8ed4220047af6f) --- source3/script/build_idl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh index 00f03359d4..29c1d5f436 100644 --- a/source3/script/build_idl.sh +++ b/source3/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 -- cgit