diff options
author | asami <asami@FreeBSD.org> | 1999-01-07 16:21:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-07 16:21:37 +0800 |
commit | 4dd1204427718d9b72bb4276dc8b3dbd619108d0 (patch) | |
tree | 435c73e46742f98ab9500cac6d03a248cd7f2f4b /Tools | |
parent | 9e8a8c651808a740a4d8d6e85cbcbe892f3f740a (diff) | |
download | freebsd-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-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 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 |