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 }