Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
shell
/
hush_test
/
hush-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'