From fa154b2fa53be38c887b40ba4bc01e1409474214 Mon Sep 17 00:00:00 2001 From: Glenn Thompson Date: Thu, 4 Sep 2025 18:51:51 +0300 Subject: [PATCH] Remove shebang from build-executable.lisp for --load compatibility --- build-executable.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/build-executable.lisp b/build-executable.lisp index 0bc3009..48172a4 100755 --- a/build-executable.lisp +++ b/build-executable.lisp @@ -1,4 +1,3 @@ -#!/usr/local/bin/sbcl --script ;; -*-lisp-*- ;; we require quicklisp to load our transitive dependencies.