summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-11-28 20:57:39 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-11-28 20:57:39 +0100
commitbd7df14882b37e0df595c88c0e7e5433baadd1e8 (patch)
treedc9b81fee345ad97a326a9c330ee19ce7405a4b4 /bin
parent3b95e24fbb12f71cd411db397ce2b0aee0dfc54f (diff)
Fix download URL for closure compiler
Diffstat (limited to 'bin')
-rwxr-xr-xbin/jsshrink.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jsshrink.sh b/bin/jsshrink.sh
index c79f90405..18c200c14 100755
--- a/bin/jsshrink.sh
+++ b/bin/jsshrink.sh
@@ -2,7 +2,7 @@
JS_DIR=`dirname "$0"`/../program/js
JAR_DIR='/tmp'
LANG_IN='ECMASCRIPT3'
-CLOSURE_COMPILER_URL='http://closure-compiler.googlecode.com/files/compiler-latest.zip'
+CLOSURE_COMPILER_URL='http://dl.google.com/closure-compiler/compiler-latest.zip'
do_shrink() {
rm -f "$2"