mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Merge pull request #166 from mdaguete/no_runner_script_var
Init RUNNER_SCRIPT var in simplenode.runner
This commit is contained in:
commit
bef8286706
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