1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

(This used to be commit 848edce912)
This commit is contained in:
Gerald Carter 2006-09-11 15:55:44 +00:00 committed by Gerald (Jerry) Carter
parent b890724ea3
commit 5c14584d21

View File

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