Skip to content

Commit

Permalink
More quoting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pontus Stenetorp committed Dec 10, 2014
1 parent c6cf3fc commit 31e322f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/travis/build/script/julia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def script
sh.cmd 'git fetch --unshallow'
end
sh.cmd "julia -e 'Pkg.clone(pwd())'"
sh.cmd 'julia -e "Pkg.build(${JL_PKG})"'
sh.cmd 'julia -e "Pkg.build(\"${JL_PKG}\")"'
sh.if '-f test/runtests.jl' do
sh.cmd 'julia --check-bounds=yes -e "Pkg.test(${JL_PKG})"'
sh.cmd 'julia --check-bounds=yes -e "Pkg.test(\"${JL_PKG}\")"'
end
end
end
Expand Down

0 comments on commit 31e322f

Please sign in to comment.