1
0
Fork 0
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:
Doug Schaefer 2005-04-11 03:15:15 +00:00
parent ddbea8806c
commit 8a0437859f

View file

@ -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