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 b026f10 commit 11bcb5eCopy full SHA for 11bcb5e
.ci/build_and_test_world
@@ -2,7 +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
+[ -x /usr/lib64/tclConfig.sh ] && TCLCONFIG=/usr/lib64
6
fi
7
[ -n "$TCLCONFIG" ] && export TCLCONFIG
8
echo TCLCONFIG=${TCLCONFIG}
0 commit comments