mirror of
https://gitlab.com/vindarel/ciel.git
synced 2025-12-06 02:30:39 -08:00
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:
parent
10e623b0c3
commit
26729d3ecb
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
(:export #:enable-shell-passthrough
|
||||
#:disable-shell-passthrough
|
||||
#:-->
|
||||
#:^))
|
||||
#:^
|
||||
#:load-without-shebang))
|
||||
|
||||
(uiop:define-package ciel-user
|
||||
(:use :cl :ciel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue