Commit c6decb1
committed
Avoid escaping all non-ASCII characters.
This change updates the set of special chars to not include non-ASCII
chars.
The previous set of special chars to escape was previously defined by a
list of characters *not* to escape, which included only ASCII
characters. This meant that anything non-ascii would be escaped, and
unnecessarily so since these characters are not special for bash.1 parent 51c7770 commit c6decb1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments