https://github.com/JuliaLang/julia
Raw File
Tip revision: 623eab49cc985c7068fd129618d5a818871d8e3a authored by Alex Arslan on 17 May 2017, 02:47:37 UTC
Mark the backtrace test as broken on FreeBSD (#21917)
Tip revision: 623eab4
mk_julia_flisp_boot.scm
(set! lastpwd (path.cwd))
(path.cwd (cadr *argv*))
(load (caddr *argv*))
(path.cwd lastpwd)
(make-system-image (cadddr *argv*))
back to top