refine disable_previous_balance behavior to show new charges only, #35222, #37396
[freeside.git] / rpm / build / expect-addsign
1 #!/usr/bin/expect
2 set p "not our actual passphrase"
3 set f [lindex $argv 0]
4 #spawn /bin/rpm --resign $f
5 spawn /usr/bin/rpm --resign $f
6 expect "Enter pass phrase:"
7 send -- "$p\r"
8 expect eof