From 87d8808c2d56cedefb216301e62d2b281128006e Mon Sep 17 00:00:00 2001 From: James Laska Date: Wed, 9 Sep 2015 13:07:09 -0400 Subject: [PATCH] Fix expect script timeout --- tools/scripts/sign.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/sign.exp b/tools/scripts/sign.exp index c33e70bbde..68167ac1aa 100755 --- a/tools/scripts/sign.exp +++ b/tools/scripts/sign.exp @@ -24,7 +24,7 @@ if { [info exists env(PASSPHRASE) ] } { # Run the desired command spawn {*}$command expect { - -nocase "enter passphrase: " { + -nocase "enter passphrase:" { send -- "$passphrase\r" exp_continue }