diff options
Diffstat (limited to 'lib/escfmt/escsh.myr')
-rw-r--r-- | lib/escfmt/escsh.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/escfmt/escsh.myr b/lib/escfmt/escsh.myr index 11f6104..b2388b8 100644 --- a/lib/escfmt/escsh.myr +++ b/lib/escfmt/escsh.myr @@ -20,7 +20,7 @@ const shfmt = {sb, ap, args s = std.vanext(ap) std.sbputb(sb, ('\'' : byte)) - for b in s + for b : s if b == ('\'' : byte) std.sbputs(sb, "'\\''") else |