kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5c3239ca68706a736a902f621662ec279bcb6ad0
parent dfd05756fa283e3f97359884f629f9d10a1cee61
Author: phoebos <ben@bvnf.space>
Date:   Mon,  6 Nov 2023 13:16:10 +0000

search: correct shebang

Diffstat:
Mcgi-bin/search | 2+-
Mupdate_db.tcl | 2+-
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 {< &lt; > &gt; \x22 &quot; \x26 &amp;} $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