Commit 9157bb7
committed
fix(compat): suppress command -v stderr in Bash 3.0
In Bash 3.0, `command -v` prints errors to stderr for missing commands
unlike modern bash which is silent. Redirect stderr to /dev/null.1 parent be1497b commit 9157bb7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments