diff --git a/bin/junest b/bin/junest index 356482d..f0d6abe 100755 --- a/bin/junest +++ b/bin/junest @@ -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[@]}" }