commit 5c3239ca68706a736a902f621662ec279bcb6ad0
parent dfd05756fa283e3f97359884f629f9d10a1cee61
Author: phoebos <ben@bvnf.space>
Date: Mon, 6 Nov 2023 13:16:10 +0000
search: correct shebang
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cgi-bin/search b/cgi-bin/search
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh8.6
+#!/usr/local/bin/tclsh8.6
proc htmlize str {
string map {< < > > \x22 " \x26 &} $str
diff --git a/update_db.tcl b/update_db.tcl
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh8.6
+#!/usr/local/bin/tclsh8.6
# This script is run in the post-receive hook.
package require sqlite3