issues
search
azukiapp
/
azk
azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
898
stars
63
forks
source link
[Core] Fixing many bugs in expand envs
#666
Closed
nuxlli
closed
8 years ago
nuxlli
commented
8 years ago
Closes #665;
Fixes support special variables, like
${@}
and
${?}
;
Adding image envs in expand options;
Adding support escaped variables with
\
, like
echo \$PATH
;
gullitmiranda
commented
8 years ago
LGTM
${@}
and${?}
;\
, likeecho \$PATH
;