Commit d41f741
fix(install): provide default for SHELL variable
Use ${SHELL:-sh} to prevent script crash when $SHELL is unset
in minimal containers, CI/CD runners, or non-interactive shells
where set -u is enabled.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 145f8cc commit d41f741
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments