Commit 1f03e9f
authored
`SHELL` is set by default, so `SHELL ?= xxx` has no effect.
Using `SHELL = /usr/bin/env bash` still has the desired effect of
allowing the variable to be overwritten on the command line, e.g.
```
$ make cmd SHELL=zsh
```
will work.
1 parent 2dd6902 commit 1f03e9f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments