diff --git a/scripts/reinstall_ceilo_driver.sh b/scripts/reinstall_ceilo_driver.sh
index b05717cb5f2e40ad4f01dbad752da43ef75d0d77..e4c5758f8f30c76fd208240599c5cccb83fdc56f 100755
--- a/scripts/reinstall_ceilo_driver.sh
+++ b/scripts/reinstall_ceilo_driver.sh
@@ -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