From 839b58e73080ae87e3f7f10a4bae628cfd2b8775 Mon Sep 17 00:00:00 2001 From: Brian O'Reilly Date: Thu, 4 Sep 2025 11:48:19 -0400 Subject: [PATCH] no shebang shebang --- build-executable.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/build-executable.lisp b/build-executable.lisp index 1360790..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.