pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/58447: sqlite3_analyzer, bundled in lang/tcl, is broken
The following reply was made to PR pkg/58447; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkgsrc-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/58447: sqlite3_analyzer, bundled in lang/tcl, is broken
Date: Fri, 19 Jul 2024 16:47:49 +0000
3. bin/sqlite3_analyzer is PATH-dependent:
#! /bin/sh
# restart with tclsh \
exec tclsh "$0" ${1+"$@"}
This needs to be fixed with a variant of REPLACE_INTERPRETER -- not
the #! line, but the exec line.
Home |
Main Index |
Thread Index |
Old Index