aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-01-07 16:21:37 +0800
committerasami <asami@FreeBSD.org>1999-01-07 16:21:37 +0800
commit4dd1204427718d9b72bb4276dc8b3dbd619108d0 (patch)
tree435c73e46742f98ab9500cac6d03a248cd7f2f4b /Tools
parent9e8a8c651808a740a4d8d6e85cbcbe892f3f740a (diff)
downloadfreebsd-ports-gnome-4dd1204427718d9b72bb4276dc8b3dbd619108d0.tar.gz
freebsd-ports-gnome-4dd1204427718d9b72bb4276dc8b3dbd619108d0.tar.zst
freebsd-ports-gnome-4dd1204427718d9b72bb4276dc8b3dbd619108d0.zip
Typo in echo statement.
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 702108c84e10..1156d2d80089 100755
--- a/Tools/portbuild/scripts/pdispatch
+++ b/Tools/portbuild/scripts/pdispatch
@@ -24,5 +24,5 @@ mach=$(cat ${buildroot}/ulist)
num=$(echo $(echo $mach | wc -w))
set $mach
shift $(echo "$$ $num" | awk '{srand($1); print(int(rand()*$2))}')
-echo "dispatching: ssh -a $1 ${branch} ${command} $args"
+echo "dispatching: ssh -a $1 ${command} ${branch} $args"
ssh -a $1 ${command} ${branch} $args