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

Added fixmes & minor updates.

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2018-05-18 15:56:38 +02:00
parent b72149b69c
commit 6dafaf5b9d
5 changed files with 63 additions and 29 deletions

View file

@ -82,6 +82,7 @@ nux.dsl.exec() {
local language="$1";
local file="$2";
local cached="${3:-$file${NUDSL_CACHE_SUFFIX}}";
#FIXME: Add no-cache
if nux.dsl.plan "$language" "$file" "$cached"; then
source "$cached";
fi