google / end-to-end

End-To-End is a crypto library to encrypt, decrypt, digital sign, and verify signed messages (implementing OpenPGP)
Apache License 2.0
4.13k stars 298 forks source link

in do.sh's install_deps, remove git clone that's no longer needed #1

Closed adhintz closed 10 years ago

adhintz commented 10 years ago

in do.sh's install_deps, remove git clone that's no longer needed in the github world and just outputs an error:

$ ./do.sh install_deps
....
Archive:  closure-templates-for-javascript-latest.zip
  inflating: closure-templates-compiler/COPYING  
  inflating: closure-templates-compiler/README  
  inflating: closure-templates-compiler/SoyToJsSrcCompiler.jar  
  inflating: closure-templates-compiler/soyutils.js  
  inflating: closure-templates-compiler/soyutils_usegoog.js  
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2188k  100 2188k    0     0  2271k      0 --:--:-- --:--:-- --:--:-- 2270k
fatal: destination path 'src' already exists and is not an empty directory.
Done.