Commit bf815da
The chmod command was constructed with an unsanitized file path which
could fail or be dangerous with special characters. This change wraps
the path in single quotes and escapes any embedded single quotes with
the standard '\'' technique.
Fixes #1527
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fac3579 commit bf815da
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments