mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Fix PATH when running trap
This commit is contained in:
parent
507502dc1a
commit
daa60b05e3
2 changed files with 2 additions and 2 deletions
|
|
@ -305,7 +305,7 @@ function execute_operation() {
|
|||
fi
|
||||
|
||||
# Call create_wrappers in case new bin files have been created
|
||||
trap "create_wrappers" EXIT QUIT TERM
|
||||
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