aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-12-17 09:34:38 +0800
committerlinimon <linimon@FreeBSD.org>2010-12-17 09:34:38 +0800
commit6b409ec1eb58ba1fe7c062251c449ca8093a0930 (patch)
tree40732aaad3cac9c4747e127fd4f6b52c0104088d /Tools
parent2d91c89cd5d558d885880d29ec39ccab25ddb319 (diff)
downloadfreebsd-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-xTools/portbuild/scripts/pdispatch2
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/)