devel/upload: add a missing wait
authorGuido Trotter <ultrotter@google.com>
Mon, 26 Jan 2009 15:58:26 +0000 (15:58 +0000)
committerGuido Trotter <ultrotter@google.com>
Mon, 26 Jan 2009 15:58:26 +0000 (15:58 +0000)
Without this the script exits, and removes the temporary directory,
before rsync is done.

Reviewed-by: iustinp

devel/upload

index 5205840..55e906a 100755 (executable)
@@ -61,4 +61,5 @@ for host; do
   echo Uploading code to ${host}...
   rsync -v -rlDc ${TXD}/* root@${host}:/ &
 done
+wait