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

Compile builtin binaries in nux-env-dir/cache

This commit is contained in:
Tony Tkáčik 2023-08-31 09:32:08 +02:00
parent 229825c954
commit f7cc096d99
2 changed files with 9 additions and 4 deletions

View file

@ -175,8 +175,8 @@ nux.nuxsh.language.def() {
for arg in ${args//,/ }; do
echo "${indent} local $arg="'"$1"'";shift;"
echo "${indent} nux.log trace ' ' arg $arg: "'$'$arg";"
echo "${indent} nux.log trace ' ' rest: " '"$@";'
done
echo "${indent} nux.log trace ' ' additional args: " '"$@";'
}
.match.task_start.plan() {
@ -190,8 +190,8 @@ nux.nuxsh.language.def() {
for arg in ${args//,/ }; do
echo "${indent} local $arg="'"$1"'";shift;"
echo "${indent} nux.log trace ' ' arg $arg: "'$'$arg";"
echo "${indent} nux.log trace ' ' rest: " '"$@";'
done
echo "${indent} nux.log trace ' ' additional args: " '"$@";'
}
.block.start.plan() {