local is only allowed in functions
This commit is contained in:
parent
82d3918d7a
commit
6cecc7b4a6
@ -17,7 +17,6 @@ if [ ! -d "@PREFIX@/run" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! mountinfo -q -f tmpfs "@PREFIX@/run"; then
|
if ! mountinfo -q -f tmpfs "@PREFIX@/run"; then
|
||||||
local x
|
|
||||||
for x in "@PREFIX@/run/."* "@PREFIX@/run/"*; do
|
for x in "@PREFIX@/run/."* "@PREFIX@/run/"*; do
|
||||||
case "$x" in
|
case "$x" in
|
||||||
"@PREFIX@/run/."|"@PREFIX@/run/..")
|
"@PREFIX@/run/."|"@PREFIX@/run/..")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user