Path to this page:
Subject: CVS commit: pkgsrc/lang/tcl
From: Taylor R Campbell
Date: 2024-12-27 12:08:31
Message id: 20241227110831.2C2ADFC1D@cvs.NetBSD.org
Log Message:
lang/tcl: Fix interpreter for bin/sqlite3_analyzer.
This is not a #! interpreter directly -- for some reason it uses:
#! /bin/sh
# single-line sh comment, multi-line tcl comment \
exec tclsh "$0" ${1+"$@"}
So we have to do some more work than REPLACE_INTERPRETER to fix the
path to tclsh.
PR pkg/58447: sqlite3_analyzer, bundled in lang/tcl, is broken
Files: