Commit 3077de5
committed
fix: install script mount point parsing for DMG volumes with spaces
hdiutil attach -quiet suppresses all stdout, so the mount point was
never captured. Remove -quiet and parse the tab-separated output with
tail + sed instead.1 parent f644a5e commit 3077de5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments