mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
nuxfs: Small fixes.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
5d69659e3c
commit
7479fb53f8
6 changed files with 108 additions and 32 deletions
|
|
@ -13,6 +13,7 @@ nux.use nuxfs
|
|||
|
||||
GIT_BIN=$(which git)
|
||||
|
||||
## check - Verifies that directory matches nuxfs specification
|
||||
task.check() {
|
||||
nuxfs.dsl.process "$@";
|
||||
}
|
||||
|
|
@ -36,7 +37,8 @@ nuxfs.dsl.process() {
|
|||
TARGET=$(pwd);
|
||||
fi;
|
||||
|
||||
nux.log debug Target: $TARGET
|
||||
TARGET=$(realpath -Lms "$TARGET")
|
||||
nux.log debug Target: $TARGET
|
||||
|
||||
NUXFS_DEF=$(nuxfs.closest $SUFFIX "$TARGET");
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue