提交 92bb3ca7 编写于 作者: S Simon Fels

scripts: use correct way to check for Androids sh implementation

上级 c24722a2
......@@ -17,7 +17,9 @@ 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
[ ! -e /dev/$f ] && continue
if [ ! -e /dev/$f ] ; then
continue
fi
chown system:system /dev/$f
chmod 0666 /dev/$f
done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册