mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
mp-buildbot: rename canonical_variants.tcl
Rename canonical_variants.tcl to canonical-variants.tcl to match the other filenames. git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@152647 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -139,9 +139,9 @@ failcache_key() {
|
||||
fi
|
||||
|
||||
local canonical_variants
|
||||
canonical_variants=$("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/canonical_variants.tcl" "$@")
|
||||
canonical_variants=$("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/canonical-variants.tcl" "$@")
|
||||
if [ $? -ne 0 ]; then
|
||||
err "tools/canonical_variants.tcl" "$@" "failed"
|
||||
err "tools/canonical-variants.tcl" "$@" "failed"
|
||||
return 4
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user