Fix image upload for cygwin

db4
Slava Pestov 2008-02-26 15:22:39 -06:00
parent 4c3eabe9a3
commit d143eedb68
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ bootstrap.image sequences io namespaces io.launcher math ;
: upload-images ( -- )
[
"scp" , boot-image-names % checksums , destination ,
"scp" ,
boot-image-names %
"temp/checksums.txt" , destination ,
] { } make try-process ;
: new-images ( -- )