Commit a0aa9fa
committed
Made
We used a bash-ism in make clean in the form of using `[[` in order to
compare a string to a glob.
Apparently, not all computers use bash in git submodule for-each, so we
use the grep command right now in order to make the command more
shell-generic.make clean POSIX compliant1 parent 9894d64 commit a0aa9fa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments