Use sbcl-bin in scripts.

This commit is contained in:
Alexander Artemenko 2021-02-03 18:32:22 +03:00
parent 397ab7e6c7
commit 4883b8e9f8
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
#|-*- mode:lisp -*-|# #|-*- mode:lisp -*-|#
#| #|
exec ros -Q -- $0 "$@" exec ros -Q -L sbcl-bin -- $0 "$@"
|# |#
(progn ;;init forms (progn ;;init forms
(ros:ensure-asdf) (ros:ensure-asdf)

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
#|-*- mode:lisp -*-|# #|-*- mode:lisp -*-|#
#| #|
exec ros -Q -- $0 "$@" exec ros -Q -L sbcl-bin -- $0 "$@"
|# |#
(progn (progn
(ros:ensure-asdf) (ros:ensure-asdf)