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

lmuelle at samba.org lmuelle at samba.org
Thu Feb 23 01:43:40 GMT 2006


Author: lmuelle
Date: 2006-02-23 01:43:39 +0000 (Thu, 23 Feb 2006)
New Revision: 13645

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

Log:
Revert debug output.

Modified:
   branches/SAMBA_3_0/source/script/installmodules.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/installmodules.sh
===================================================================
--- branches/SAMBA_3_0/source/script/installmodules.sh	2006-02-23 01:38:00 UTC (rev 13644)
+++ branches/SAMBA_3_0/source/script/installmodules.sh	2006-02-23 01:43:39 UTC (rev 13645)
@@ -19,8 +19,6 @@
 fi
 done
 
-set -x
-
 for p in $*; do
  p2=`basename $p`
  echo Installing $p as $DESTDIR/$LIBDIR/$p2
@@ -28,6 +26,4 @@
  chmod $INSTALLPERMS $DESTDIR/$LIBDIR/$p2
 done
 
-set +x
-
 exit 0



More information about the samba-cvs mailing list