Sign in
coral
/
busybox
/
d30d1ebc117db182a6156df182057291d6fbaae1
/
.
/
shell
/
hush_test
/
hush-quoting
/
quote_in_varexp1.tests
blob: 1b97b05566f9097d9930354a8ef8c9b266cd69bd [
file
] [
log
] [
blame
]
x
=
"''''"
;
echo
"${x#"
$
{
x
+
''
}
"''}"
echo
Ok
:
$
?