export load-without-shebang

so that from a ciel script file, we can load another script file.

cl:load doesn't like the #!/ shebang line.
This commit is contained in:
vindarel 2024-09-26 13:52:10 +02:00
parent 10e623b0c3
commit 26729d3ecb

View file

@ -18,7 +18,8 @@
(:export #:enable-shell-passthrough (:export #:enable-shell-passthrough
#:disable-shell-passthrough #:disable-shell-passthrough
#:--> #:-->
#:^)) #:^
#:load-without-shebang))
(uiop:define-package ciel-user (uiop:define-package ciel-user
(:use :cl :ciel) (:use :cl :ciel)