We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78b042 commit f63927eCopy full SHA for f63927e
.ci/build_and_test_world
@@ -2,6 +2,7 @@
2
if [ -z "$TCLCONFIG" ]; then
3
[ -x /usr/lib/tcl8.5/tclConfig.sh ] && TCLCONFIG=/usr/lib/tcl8.5
4
[ -x /usr/lib/tcl8.6/tclConfig.sh ] && TCLCONFIG=/usr/lib/tcl8.6
5
+[ -x /usr/lib64/tclConfig.sh ] && TCLCONFIG=/usr/lib64/tclConfig.sh
6
fi
7
[ -n "$TCLCONFIG" ] && export TCLCONFIG
8
echo TCLCONFIG=${TCLCONFIG}
0 commit comments