1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r18387: remove echo of pidl command line (was used for debugging)

This commit is contained in:
Gerald Carter 2006-09-11 15:55:44 +00:00 committed by Gerald (Jerry) Carter
parent 4424aebdce
commit 848edce912

View File

@ -33,7 +33,7 @@ done
##
if [ "x$list" != x ]; then
echo "${PIDL} ${list}"
# echo "${PIDL} ${list}"
$PIDL $list || exit 1
fi