r18387: remove echo of pidl command line (was used for debugging)
[kai/samba.git] / source3 / script / build_idl.sh
index 00f03359d4880f2afe882d660678c6cc21f4bf8b..29c1d5f436fb28c4e4578f835c79ac70a4fae0c4 100644 (file)
@@ -33,7 +33,7 @@ done
 ##
 
 if [ "x$list" != x ]; then
-       echo "${PIDL} ${list}"
+       echo "${PIDL} ${list}"
        $PIDL $list || exit 1
 fi