Typo in echo statement.

This commit is contained in:
Satoshi Asami 1999-01-07 08:21:37 +00:00
parent ec8a4e66c1
commit a348de2d8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15907

View File

@ -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