Commit 92a89a5
committed
fix(tasks): remove os.Expand from native runner
- os.Expand was destroying all shell variables () inside native scripts defined in .unirtm.toml.
- Let the shell handle its own variables natively, as UniRTM env vars are already injected into cmd.Env.1 parent 7544bec commit 92a89a5
1 file changed
Lines changed: 1 addition & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 87 | + | |
105 | 88 | | |
106 | 89 | | |
107 | 90 | | |
| |||
0 commit comments