Fix after shellcheck.

This commit is contained in:
Darko Poljak 2018-10-09 18:25:03 +02:00
parent dcb4395909
commit 53300b1004
2 changed files with 4 additions and 4 deletions

View File

@ -41,8 +41,8 @@ log "@: $*"
log "code: $code" log "code: $code"
# copy files into chroot # copy files into chroot
# code should be split on spaces # __default_remote_copy and code should be split
# shellcheck disable=SC2086 # shellcheck disable=SC2086
"$__default_remote_copy" $code $__default_remote_copy $code
log "-----" log "-----"

View File

@ -45,8 +45,8 @@ log "@: $*"
log "code: $code" log "code: $code"
# Run the code # Run the code
# code should be split on spaces # __default_remote_exec and code should be split
# shellcheck disable=SC2086,SC2090 # shellcheck disable=SC2086,SC2090
"$__default_remote_exec" "$target_host" $code $__default_remote_exec "$target_host" $code
log "-----" log "-----"