summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-11 15:55:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:20 -0500
commit5c14584d21d786792212bc4eca63605a16f3488d (patch)
tree0ca391d60401f0325d81e8b594fc73fc6c867e58 /source3
parentb890724ea343df5c371b9445b9925d7b4af4edb7 (diff)
downloadsamba-5c14584d21d786792212bc4eca63605a16f3488d.tar.gz
samba-5c14584d21d786792212bc4eca63605a16f3488d.tar.bz2
samba-5c14584d21d786792212bc4eca63605a16f3488d.zip
r18387: remove echo of pidl command line (was used for debugging)
(This used to be commit 848edce91288750881f538e1dd8ed4220047af6f)
Diffstat (limited to 'source3')
-rw-r--r--source3/script/build_idl.sh2
1 files changed, 1 insertions, 1 deletions
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