Commit 11fce0e
committed
🤖 fix: properly escape single quotes in SSH command for Terminal.app
Fixes P1 issue where nested single quotes in the remote command would break
Terminal.app's AppleScript parsing. Now uses proper shell escaping: 'foo'\''bar'
Generated with `cmux`1 parent ebca93b commit 11fce0e
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1343 | 1343 | | |
1344 | 1344 | | |
1345 | 1345 | | |
1346 | | - | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
1347 | 1356 | | |
1348 | 1357 | | |
1349 | 1358 | | |
| |||
0 commit comments