diff --git a/tools/scripts/sign.exp b/tools/scripts/sign.exp index 30cbe1d975..79f534b285 100755 --- a/tools/scripts/sign.exp +++ b/tools/scripts/sign.exp @@ -9,7 +9,7 @@ set passphrase $env(PASSPHRASE) puts "# $command" spawn -noecho {*}$command expect { - -exact "Enter passphrase: " { + -exact -nocase "enter passphrase: " { send -- "$passphrase\r" exp_continue }