Commit ee07e06
committed
chore(release): bootstrap pin -> 0.0.61 + fix install.sh NO_PATH unbound var
- .xlings.json: bump self-host bootstrap pin to 0.0.61, now that it's
released + mirrored (xlings-res/mcpp gh+gitcode) + indexed (xim-pkgindex
mcpp.lua latest=0.0.61, artifact republished). CI now bootstraps from 0.0.61.
- install.sh: the final 'source $rc' hint referenced $rc, which is only set
in the PATH-integration branch — with MCPP_NO_PATH set, 'set -u' tripped an
unbound-variable error AFTER a successful install (non-zero exit). Guard the
message: print the source hint only when rc is set, else a PATH hint.1 parent 52df10e commit ee07e06
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
0 commit comments