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