diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-12-17 01:34:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-12-17 01:34:38 +0000 |
commit | 6dad2ee05436583b6cb38ef77deda596aecd03bb (patch) | |
tree | 6da70c2b07b2aa78542e3607c69073bdef6946e8 /Tools | |
parent | Hook hastymail2 into build. (diff) |
Remove debugging code that crept in.
Notes
Notes:
svn path=/head/; revision=266457
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/) |