From 88ac97d02dfeb4d3bd9efda45ceb64608cfedd53 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 1 Oct 2016 20:55:02 +0200 Subject: ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM Upstream patch: Date: Wed, 8 Oct 2014 15:42:08 +0800 [EXPAND] Do not split quoted VSLENGTH and VSTRIM Currently VSLENGTH and VSTRIM* are field-split even within quotes. This is obviously wrong. This patch fixes that. Signed-off-by: Herbert Xu Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-vars/var_wordsplit_ifs2.right | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shell/ash_test/ash-vars/var_wordsplit_ifs2.right (limited to 'shell/ash_test/ash-vars/var_wordsplit_ifs2.right') diff --git a/shell/ash_test/ash-vars/var_wordsplit_ifs2.right b/shell/ash_test/ash-vars/var_wordsplit_ifs2.right new file mode 100644 index 000000000..c234193fe --- /dev/null +++ b/shell/ash_test/ash-vars/var_wordsplit_ifs2.right @@ -0,0 +1,3 @@ +Unquoted:<1> +Unquoted:<3> +Quoted:<123> -- cgit v1.2.3