summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-01-05 21:45:05 +0000
committerJonathon Fernyhough2019-01-05 21:45:05 +0000
commit13efe8d48f3b40404b03e24f89928e5b0aa52b92 (patch)
tree14e91713681ee5cc8bbe1ed3bd8ce15bd8e64f0c /PKGBUILD
parente02ba023e6f849b552dff6af0bd7eb84e8acd18b (diff)
downloadaur-13efe8d48f3b40404b03e24f89928e5b0aa52b92.tar.gz
Tweak test JULIA_LOAD_PATH
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31fcf2dd0e82..81c596c5178d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,5 +28,5 @@ package() {
# Has circular dependency on julia-primes
#check() {
# cd $_pkgname.jl-$pkgver
-# JULIA_LOAD_PATH=src:$JULIA_LOAD_PATH julia test/runtests.jl
+# JULIA_LOAD_PATH=src: julia test/runtests.jl
#}