Remove port-tclsh workaround

Reverts e30835a.
See: https://trac.macports.org/ticket/72359
This commit is contained in:
Joshua Root
2025-04-29 22:45:18 +10:00
parent 5fa50e5df6
commit 0e465824df
8 changed files with 12 additions and 13 deletions
+1 -2
View File
@@ -28,10 +28,9 @@ install-dependencies() {
# Script attempts to get to a state where all dependencies (and
# only dependencies) of the port are active
# Use of readlink is due to https://trac.macports.org/ticket/64507
# $option_prefix and $thisdir are set in mpbb
# shellcheck disable=SC2154
"$(readlink "${option_prefix}/bin/port-tclsh")" "${thisdir}/tools/dependencies.tcl" --failcache_dir "${option_failcache_dir}" \
"${option_prefix}/bin/port-tclsh" "${thisdir}/tools/dependencies.tcl" --failcache_dir "${option_failcache_dir}" \
--logs_dir "${option_log_dir}" "$@"
result=$?
if [ $result -ne 0 ]; then