Commit f644a5e
authored
fix: install script mount point parsing for volume names with spaces (#34)
The hdiutil attach output parsing used awk '{print $NF}' which only
captures the last space-separated field. Volume names like
"VibeGrid 0.1.0-arm64" broke the mount path extraction. Switch to
sed + grep to capture the full /Volumes/... path.1 parent 285ef2e commit f644a5e
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