From 06e6980eafdf67a0478eee1aa546d7ee8bbb4fd4 Mon Sep 17 00:00:00 2001 From: James Laska Date: Wed, 9 Sep 2015 11:18:06 -0400 Subject: [PATCH] Fix expect script hang --- 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 27aefcfcc2..ac279fab42 100755 --- a/tools/scripts/sign.exp +++ b/tools/scripts/sign.exp @@ -23,7 +23,7 @@ if { [info exists env(PASSPHRASE) ] } { # Run the desired command spawn {*}$command expect { - -exact -nocase "enter passphrase: " { + -nocase "enter passphrase: " { send -- "$passphrase\r" exp_continue }