Sign in
coral
/
busybox
/
da7a6dbfa5d78e3d5cec5906b402908505d0fcf9
/
.
/
shell
/
ash_test
/
ash-quoting
/
squote_in_varexp1.tests
blob: efb380db3bf53083c8c44732c81073a9461f9476 [
file
] [
log
] [
blame
]
x
=
'\\\\'
printf
Nothing
:
'%s\n'
$
{
x
#\\\\\\\\}
printf
Nothing
:
'%s\n'
"${x#\\\\\\\\}"
echo
Ok
:
$
?