svn commit: samba r18387 - in branches/SAMBA_3_0/source/script: .

jerry at samba.org jerry at samba.org
Mon Sep 11 15:55:45 GMT 2006


Author: jerry
Date: 2006-09-11 15:55:44 +0000 (Mon, 11 Sep 2006)
New Revision: 18387

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18387

Log:
remove echo of pidl command line (was used for debugging)
Modified:
   branches/SAMBA_3_0/source/script/build_idl.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/build_idl.sh
===================================================================
--- branches/SAMBA_3_0/source/script/build_idl.sh	2006-09-11 15:44:54 UTC (rev 18386)
+++ branches/SAMBA_3_0/source/script/build_idl.sh	2006-09-11 15:55:44 UTC (rev 18387)
@@ -33,7 +33,7 @@
 ##
 
 if [ "x$list" != x ]; then
-	echo "${PIDL} ${list}"
+	# echo "${PIDL} ${list}"
 	$PIDL $list || exit 1
 fi
 



More information about the samba-cvs mailing list