Prevent use of glob
This commit is contained in:
parent
0a5dc5deaa
commit
ed9a52b43e
|
@ -142,7 +142,7 @@
|
|||
];
|
||||
|
||||
fallback = ''
|
||||
if ! { ls "${diskVar}"?(p)${toString index} 2>&1; } > /dev/null
|
||||
if ! { ls "${partVar}" 2>&1; } > /dev/null
|
||||
then
|
||||
${create}
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue