From 1bfe55c2b7110a32570de79e9cdcfb3093c7fbb4 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Wed, 3 Jun 2020 05:57:30 +0200 Subject: [PATCH] use /usr/bin/newlisp which is the modern installation place for it --- hobby-http.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hobby-http.lsp b/hobby-http.lsp index 78adbba..f2ba831 100755 --- a/hobby-http.lsp +++ b/hobby-http.lsp @@ -1,4 +1,4 @@ -#!/usr/local/bin/newlisp +#!/usr/bin/newlisp # # Simple HTTP service for a directory tree. Start with: # -- 2.39.2