Commit 7f3a5c9
fix(Makefile): remove bashism in the main Makefile
Mac OSX's make has support for `[[`, Ubuntu's does not. This fix (as
suggested and written up by @carmstrong on a comment[1]) removed the
bashism in favor of a more compatible syntatic trick.
[1]: deis/deis#1380 (comment)
Amended to fix a "$$" in place of a "$"1 parent ce05b21 commit 7f3a5c9
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments