mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Add shellcheck disable
This commit is contained in:
parent
daa60b05e3
commit
9a06d47f76
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ function execute_operation() {
|
|||
fi
|
||||
|
||||
# Call create_wrappers in case new bin files have been created
|
||||
# shellcheck disable=SC2064
|
||||
trap "PATH=$PATH create_wrappers" EXIT QUIT TERM
|
||||
$run_env "$BACKEND_COMMAND" "${BACKEND_ARGS}" $OPT_NO_COPY_FILES "${ARGS[@]}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue