Skip to content
Snippets Groups Projects
Verified Commit 4df73db6 authored by David Hoese's avatar David Hoese
Browse files

Add missing quote in ceilo driver expect call

parent 48faa2bd
Branches
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ cd "${SRC_DIR}/kernel3.x"
# expect "Do you want to continue installing?"
/usr/bin/expect <(cat << EOF
spawn ./mxinst SP1
expect Do you want to enable secure function?
expect "Do you want to enable secure function?"
send -- "N\r"
expect eof
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment