updated travis_foreach_repo.sh
571f5e44
Hari Sekhon
committed
1 changed file
travis_foreach_repo.sh
/travis/travis_foreach_repo.sh-1+3
/travis/travis_foreach_repo.sh
Add comment 61 cmd=("${cmd[@]//\{user\}/$user}")
Add comment 62 cmd=("${cmd[@]//\{repo\}/$repo}")
Add comment 63 cmd=("${cmd[@]//\{name\}/$name}")
Add comment 64 Minus   "${cmd[@]}"
Add comment 64 Plus   # need eval'ing to able to inline quoted script
Add comment 65 Plus   # shellcheck disable=SC2294
Add comment 66 Plus   eval "${cmd[@]}"
Add comment 65 67 if [ -z "${NO_HEADING:-}" ]; then
Add comment 66 68 echo >&2
Add comment 67 69 fi