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 b84a81d commit 85a8575Copy full SHA for 85a8575
.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
+[ -f /usr/lib64/tclConfig.sh ] && TCLCONFIG=/usr/lib64
6
fi
7
[ -n "$TCLCONFIG" ] && export TCLCONFIG
8
echo TCLCONFIG=${TCLCONFIG}
0 commit comments