mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
Remove port-tclsh workaround
Reverts e30835a.
See: https://trac.macports.org/ticket/72359
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user