mirror of https://github.com/mirror/busybox.git
shells: add tests for backslashes in export VAR=VAL
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_31_stable
parent
d8bd7012a3
commit
63d765e666
|
@ -0,0 +1 @@
|
||||||
|
|\w \\ \ \|
|
|
@ -0,0 +1,2 @@
|
||||||
|
export Z='\w \\ \ \'
|
||||||
|
echo "|$Z|"
|
|
@ -0,0 +1 @@
|
||||||
|
|\w \\ \ \|
|
|
@ -0,0 +1,2 @@
|
||||||
|
export Z='\w \\ \ \'
|
||||||
|
echo "|$Z|"
|
Loading…
Reference in New Issue