aboutsummaryrefslogtreecommitdiff
path: root/jdk-cache-files2.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-01-21 14:39:20 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2019-01-21 14:39:56 +0000
commit98f6540185849823eaed7187184917a4f8a62fea (patch)
treeefa0cd39a0636883f25313507e4ae9a4abc79487 /jdk-cache-files2.yaml
parent866a122c7ab80e9d7e3dda5acfa62841d0152995 (diff)
jdk: Correct wget call in jdk-cache-files2
Was missing line break escape. Change-Id: I192cd04308db14eef4a97d5a20b0859b9c260c40
Diffstat (limited to 'jdk-cache-files2.yaml')
-rw-r--r--jdk-cache-files2.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk-cache-files2.yaml b/jdk-cache-files2.yaml
index 2bc3c27e..9fc04338 100644
--- a/jdk-cache-files2.yaml
+++ b/jdk-cache-files2.yaml
@@ -52,7 +52,7 @@
JDK11=jdk11-server-release-1811
rm -rf jdk*
- wget -N
+ wget -N \
http://openjdk.linaro.org/releases/${JDK8u}.tar.xz \
http://openjdk.linaro.org/releases/${JDK10}.tar.xz \
http://openjdk.linaro.org/releases/${JDK11}.tar.xz