Commit 763dfd4
authored
fix: fix a compatibility issue in run_macaron.sh for macOS (#701)
macOS does not support the --parents option in mkdir. This PR fixes the run_macaron.sh script by using the -p option instead to be compatible with macOS.
Signed-off-by: behnazh-w <[email protected]>1 parent 17ed199 commit 763dfd4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
0 commit comments