https://github.com/JuliaLang/julia
Raw File
Tip revision: eec73f1fe5aae5716df41a6928b9e2d50ec2bed4 authored by Kristoffer Carlsson on 25 February 2018, 11:02:42 UTC
Revert "Merge pull request #26139 from JuliaLang/sk/checked-out"
Tip revision: eec73f1
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