Typo in echo statement.
This commit is contained in:
parent
ec8a4e66c1
commit
a348de2d8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15907
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user