Commit 45855de
committed
fix(chapel-ci): seed MANPATH default before sourcing setchplenv.bash
util/setchplenv.bash references ${MANPATH} unconditionally. Under
set -euo pipefail on a clean GH runner (MANPATH not exported), this
trips 'MANPATH: unbound variable' and aborts before chpl --make
even starts.
Fix: export MANPATH=${MANPATH:-} in both 'Build Chapel from source'
and 'Activate multilocale Chapel' steps.1 parent bfbeaa3 commit 45855de
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
311 | 314 | | |
312 | 315 | | |
313 | 316 | | |
| |||
319 | 322 | | |
320 | 323 | | |
321 | 324 | | |
| 325 | + | |
322 | 326 | | |
323 | 327 | | |
324 | 328 | | |
| |||
0 commit comments