mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
init-posix: preserve arguments when exec'ing the original_cmd
This commit is contained in:
parent
607b4ee87d
commit
11d9e26a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ function wrapSafeChainCommand() {
|
||||||
# If the original command is not available, don't try to wrap it: invoke it
|
# If the original command is not available, don't try to wrap it: invoke it
|
||||||
# transparently, so the shell can report errors as if this wrapper didn't
|
# transparently, so the shell can report errors as if this wrapper didn't
|
||||||
# exist.
|
# exist.
|
||||||
command $@
|
command "$@"
|
||||||
return $?
|
return $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue