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
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