mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Init RUNNER_SCRIPT var in simplenode.runner
RUNNER_SCRIPT variable is not initialized in simplenode.runner and it's referenced when calling sudo.
This commit is contained in:
parent
ed88055a75
commit
e1d218f99a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ fi
|
|||
unset POSIX_SHELL
|
||||
|
||||
RUNNER_SCRIPT_DIR=$(cd ${0%/*} && pwd -P)
|
||||
RUNNER_SCRIPT=${0##*/}
|
||||
|
||||
CALLER_DIR=$PWD
|
||||
|
||||
|
|
Loading…
Reference in a new issue