Commit 7feca77
authored
Fix conditional statement for Ubuntu
Running on a clean Ubuntu 16.10 install, the current script will result in an error: `RUNME.sh: 19: [: y: unexpected operator`. This fixes it. I tested a similar command on Mac (outside of this repo) to ensure it still works, and had no problems.1 parent a536d38 commit 7feca77
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments