Sign in
coral
/
busybox
/
1e9a4f56f574471707244db9f7038ad0581dec16
/
.
/
shell
/
ash_test
/
ash-glob
/
glob_bkslash_in_var.right
blob: f1484b9e413c859e834682332dd63a8be9047ec6 [
file
] [
log
] [
blame
]
Unquoted
non
-
matching glob
in
var
:
'test*.TMP/\name_doesnt_exist'
Unquoted
matching glob
in
var
:
'testdir.TMP/name'
Quoted
non
-
matching glob
in
var
:
'test*.TMP/\name_doesnt_exist'
Quoted
matching glob
in
var
:
'test*.TMP/\name'