scripts: quote correctly to not cause errors
This commit is contained in:
parent
d858682194
commit
19d902f25a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ function prepare_filesystem() {
|
|||
# These dev files need to be adjusted everytime as they are
|
||||
# bind mounted into the temporary rootfs
|
||||
for f in qemu_pipe qemu_trace goldfish_pipe input/* ; do
|
||||
if [ ! -e /dev/$f ] ; then
|
||||
if [ ! -e "/dev/$f" ] ; then
|
||||
continue
|
||||
fi
|
||||
chown system:system /dev/$f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue