diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-07 08:21:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-07 08:21:37 +0000 |
commit | a348de2d8c78f1a84ff8985a93c8af330733ec8e (patch) | |
tree | 6db59621bd497e0a79ae2c47f6e47d19cb2e4511 /Tools | |
parent | Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports. (diff) |
Typo in echo statement.
Notes
Notes:
svn path=/head/; revision=15907
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 |