Commit 0158390
fix: installer wrote "bash \~/.claude/statusline.sh" with backslash
The parameter expansion ${DEST/#$HOME/\~} escaped the tilde,
producing a literal backslash in settings.json. Tilde stored in a
variable avoids both backslash-escaping and tilde-expansion.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9363a23 commit 0158390
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments