diff options
author | linimon <linimon@FreeBSD.org> | 2010-12-17 09:34:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-12-17 09:34:38 +0800 |
commit | 6b409ec1eb58ba1fe7c062251c449ca8093a0930 (patch) | |
tree | 40732aaad3cac9c4747e127fd4f6b52c0104088d /Tools | |
parent | 2d91c89cd5d558d885880d29ec39ccab25ddb319 (diff) | |
download | freebsd-ports-gnome-6b409ec1eb58ba1fe7c062251c449ca8093a0930.tar.gz freebsd-ports-gnome-6b409ec1eb58ba1fe7c062251c449ca8093a0930.tar.zst freebsd-ports-gnome-6b409ec1eb58ba1fe7c062251c449ca8093a0930.zip |
Remove debugging code that crept in.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/pdispatch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/pdispatch b/Tools/portbuild/scripts/pdispatch index bd7031d71b2a..4d7f4be8c31e 100755 --- a/Tools/portbuild/scripts/pdispatch +++ b/Tools/portbuild/scripts/pdispatch @@ -177,7 +177,7 @@ else ${scp_cmd} ${client_user}@${host}:${chroot}/tmp/${pkgname}.log ${log} result=$? if [ $result -ne 0 ]; then - (echo ${chroot}@${host}; echo "huh? ${client_user}"; ${ssh_cmd} -a -n ${client_user}@${host} ls -laR ${chroot}/tmp) | mail -s "${pkgname} logfile not found" ${mailto} + (echo ${chroot}@${host}; ${ssh_cmd} -a -n ${client_user}@${host} ls -laR ${chroot}/tmp) | mail -s "${pkgname} logfile not found" ${mailto} else if ! grep -q "even though it is marked BROKEN" ${log}; then buildlogdir=$(realpath ${builddir}/logs/) |