Commit 3371ad5
committed
🤖 fix: prevent unbound variable errors from system bashrc
Adds --norc to .SHELLFLAGS in Makefile to prevent bash from sourcing
/etc/bash.bashrc or ~/.bashrc during build commands.
This fixes an issue where system bashrc files containing strict checks
(like checking PS1 with set -u) would cause build failures or log spam
because make runs shells with -u (nounset).1 parent 7ba4d15 commit 3371ad5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments