diff options
-rw-r--r-- | source3/script/build_idl.sh | 2 |
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 |