Skip to content

Commit

Permalink
Use shared WITH_LISP_IMPLEMENTATION script
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 30, 2023
1 parent e3eddd2 commit f71517f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions with_lisp_implementation
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ lisp_load_file()
;;
esac
done

case "${lisp_implementation}" in
sbcl)
set -- --disable-debugger "$@"
;;
ecl)
set -- --nodebug "$@"
;;
esac

exec "${lisp_implementation}" "$@"
}

Expand Down

0 comments on commit f71517f

Please sign in to comment.