mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
nuxfs: Added definition capture support.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
fbf020f0d3
commit
0911f06f83
2 changed files with 60 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ function nuxfs.dsl.execute {
|
|||
nuxfs.dsl.keywords
|
||||
local DEF="$1";
|
||||
local DIR="$2";
|
||||
NESTED_DIR="$(realpath "$3")/";
|
||||
NESTED_DIR="$(realpath -s "$3")/";
|
||||
nux.log debug "Working Directory: $DIR , Nested Directory: $NESTED_DIR"
|
||||
declare -a DIR_ARRAY
|
||||
DIR_ARRAY[0]=$DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue