Commit 0d1862b
committed
Fix shell escaping in Mastodon workflow body parsing
Replace unsafe echo/sed pattern with bash parameter expansion to prevent
shell metacharacter interpretation errors.
Fixes syntax errors when commit messages contain parentheses or other
special characters.1 parent 70ec786 commit 0d1862b
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments