From 33bbb27e45c7c6a0fecb40b3a5aa36aef69825f9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 7 Aug 2010 22:24:36 +0200 Subject: ash: fix another bit of var_bash4 bug But it _still_ doesn't pass! quoted case is a tough nut to crack function old new delta redirect 1281 1286 +5 subevalvar 1141 1142 +1 Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-vars/var_bash4.right | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ash_test/ash-vars/var_bash4.right') diff --git a/shell/ash_test/ash-vars/var_bash4.right b/shell/ash_test/ash-vars/var_bash4.right index 2d4e45be8..600e8532f 100644 --- a/shell/ash_test/ash-vars/var_bash4.right +++ b/shell/ash_test/ash-vars/var_bash4.right @@ -11,7 +11,7 @@ Quoted: a*b_\_\z_ Source: a\bc Replace str: _\\_\z_ -Pattern: single backslash and b: "replace literal b" +Pattern: single backslash and b: "replace b" In assignment: a\_\_z_c Unquoted: a\_\_z_c Quoted: a\_\_\z_c -- cgit v1.2.3