From a348de2d8c78f1a84ff8985a93c8af330733ec8e Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 7 Jan 1999 08:21:37 +0000 Subject: [PATCH] Typo in echo statement. --- Tools/portbuild/scripts/pdispatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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