Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit 6ffca28

Browse files
committed
Merge pull request #125 from phaller/master
Fix bashism
2 parents 412513c + aba573b commit 6ffca28

File tree

1 file changed

+2
-2
lines changed
  • job/scala-pickling-210

1 file changed

+2
-2
lines changed

job/scala-pickling-210/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ git clone git@github.com:scala/pickling.git pickling
1313
cd pickling
1414
git checkout 0.9.x
1515

16-
local jar="quasiquotes_2.10-2.0.0.jar"
17-
local url="http://search.maven.org/remotecontent?filepath=org/scalamacros/quasiquotes_2.10/2.0.0/quasiquotes_2.10-2.0.0.jar"
16+
jar="quasiquotes_2.10-2.0.0.jar"
17+
url="http://search.maven.org/remotecontent?filepath=org/scalamacros/quasiquotes_2.10/2.0.0/quasiquotes_2.10-2.0.0.jar"
1818

1919
http_code=$(curl --fail --silent --output "$jar" "$url")
2020
if (( $? != 0 )); then

0 commit comments

Comments
 (0)