r13645: Revert debug output.
authorLars Müller <lmuelle@samba.org>
Thu, 23 Feb 2006 01:43:39 +0000 (01:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:21 +0000 (11:10 -0500)
(This used to be commit 3a6c9999b4d2327cfb45a2b2839e07a2b682278f)

source3/script/installmodules.sh

index 47794d11359ffb897850904a9ec0a07d239963f1..4ea8fde327dbc74ee39681b510b6d358a24dfbc0 100755 (executable)
@@ -19,8 +19,6 @@ fi
 fi
 done
 
-set -x
-
 for p in $*; do
  p2=`basename $p`
  echo Installing $p as $DESTDIR/$LIBDIR/$p2
@@ -28,6 +26,4 @@ for p in $*; do
  chmod $INSTALLPERMS $DESTDIR/$LIBDIR/$p2
 done
 
-set +x
-
 exit 0