Revision 671de9f57939596022679dddf864ee97e496cae8 authored by Kristoffer Carlsson on 01 March 2024, 08:30:50 UTC, committed by GitHub on 01 March 2024, 08:30:50 UTC
https://github.com/JuliaLang/julia/pull/53345 got messed up
1 parent 2911937
Raw File
mk_julia_flisp_boot.scm
(let ((lastpwd (path.cwd)))
  (path.cwd (cadr *argv*))
  (load (caddr *argv*))
  (path.cwd lastpwd))
(make-system-image (cadddr *argv*))
back to top