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:
Ryan Schmidt
2016-09-14 12:09:06 +00:00
parent 32e6e6ffc6
commit caba6bdec5
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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