From 240db0df3d2e73f987ea144d00a4e8de5b595133 Mon Sep 17 00:00:00 2001 From: crumbtoo Date: Fri, 23 Feb 2024 20:34:38 -0700 Subject: [PATCH] clisp->sbcl --- find-build.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-build.cl b/find-build.cl index f445199..d755e7a 100755 --- a/find-build.cl +++ b/find-build.cl @@ -1,4 +1,4 @@ -#!/usr/bin/env clisp +#!/usr/bin/env sbcl --script (let* ((paths (directory "dist-newstyle/build/*/*/rlp-*/build/")) (n (length paths)))