mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fixed up permissions on the upload.
This commit is contained in:
parent
ddbea8806c
commit
8a0437859f
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
set passwd [lindex $argv 0]
|
||||
set timeout 6000
|
||||
|
||||
set id [eval spawn scp -q [lrange $argv 1 end]]
|
||||
set id [eval spawn scp -qp [lrange $argv 1 end]]
|
||||
expect "Password:" { send "$passwd\r" }
|
||||
expect
|
||||
|
|
Loading…
Add table
Reference in a new issue