diff options
author | Lars Müller <lmuelle@samba.org> | 2006-02-23 01:43:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:21 -0500 |
commit | 55ccaee64ae113daf092d083a3eac3cf93c55ae3 (patch) | |
tree | 254841a390048dafb9eeb54b421c2a8a9f6dded1 /source3 | |
parent | a71e4baaf6ad47282b0ef27142f97dcafe882c8c (diff) | |
download | samba-55ccaee64ae113daf092d083a3eac3cf93c55ae3.tar.gz samba-55ccaee64ae113daf092d083a3eac3cf93c55ae3.tar.bz2 samba-55ccaee64ae113daf092d083a3eac3cf93c55ae3.zip |
r13645: Revert debug output.
(This used to be commit 3a6c9999b4d2327cfb45a2b2839e07a2b682278f)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/installmodules.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/script/installmodules.sh b/source3/script/installmodules.sh index 47794d1135..4ea8fde327 100755 --- a/source3/script/installmodules.sh +++ b/source3/script/installmodules.sh @@ -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 |