1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-12 13:34:29 +01:00

Fixed nux-env and taskie

This commit is contained in:
Tony Tkáčik 2023-08-24 10:59:35 +02:00
parent b04b28f5ea
commit 1cc5b48e4f
4 changed files with 43 additions and 12 deletions

View file

@ -132,6 +132,9 @@ if [ -n "$NUX_SCRIPT" ]; then
NUX_SCRIPTNAME=$(basename "$NUX_SCRIPT")
NUX_APP_NAME="${NUX_APP_NAME:=$NUXR_APP_NAME}"
NUX_APP_DIR="${NUX_APP_DIR:=$NUXR_APP_DIR}"
nux.log trace "NUX_SCRIPT env: " $(set | grep NUX_SCRIPT)
if [ -z "$NUX_NO_INCLUDE" ]
then