projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b8d9c
)
ash: tweak in comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 5 Jul 2017 17:20:43 +0000
(19:20 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 5 Jul 2017 17:20:43 +0000
(19:20 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 5da23c34b565ff9c94be7f59c9dbd4c05fe82dda..9b1f5794933f7796c82b69836415181edf892718 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-5931,7
+5931,7
@@
rmescapes(char *str, int flag)
* superfluous escapes (\z where z has no
* special meaning anyway). But this causes
* bugs such as string of one greek letter rho
- * (unicode-encoded as two bytes
'
cf,81")
+ * (unicode-encoded as two bytes
"
cf,81")
* getting encoded as "cf,CTLESC,81"
* and here, converted to "cf,\,81" -
* which does not go well with some flavors