1
1
Fork 0
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:
Tony Tkáčik 2016-12-02 15:19:18 +01:00
parent fbf020f0d3
commit 0911f06f83
2 changed files with 60 additions and 1 deletions

View file

@ -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