fix expect_script

This commit is contained in:
konrad 2019-01-20 23:56:34 +01:00
parent 33d81a5dbf
commit c05a4a1619
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/expect
set timeout 2
set passphrase $GPG_PASSWORD
set passphrase env(GPG_PASSWORD)
spawn reprepro -b [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3]
expect {