From 9809a82b5983ac3184906fff2df48765dab372c8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 13 Jan 2018 19:14:27 +0100 Subject: hush: fix raw ^C handlisg in single-quoted strings function old new delta parse_stream 2719 2754 +35 Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/control_char1.tests | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/hush_test/hush-misc/control_char1.tests') diff --git a/shell/hush_test/hush-misc/control_char1.tests b/shell/hush_test/hush-misc/control_char1.tests index a2ebeba..0cfe601 100755 --- a/shell/hush_test/hush-misc/control_char1.tests +++ b/shell/hush_test/hush-misc/control_char1.tests @@ -1,2 +1,3 @@ echo  +echo 'b#c' echo Done:$? -- cgit v1.1