mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ mach=$(cat ${buildroot}/ulist)
|
||||||
num=$(echo $(echo $mach | wc -w))
|
num=$(echo $(echo $mach | wc -w))
|
||||||
set $mach
|
set $mach
|
||||||
shift $(echo "$$ $num" | awk '{srand($1); print(int(rand()*$2))}')
|
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
|
ssh -a $1 ${command} ${branch} $args
|
||||||
|
|
Loading…
Add table
Reference in a new issue