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 4563ca7 commit 30dc23fCopy full SHA for 30dc23f
.ci/build_and_test_world
@@ -1,5 +1,10 @@
1
#!/bin/sh
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
+fi
6
+[ -n "$TCLCONFIG" ] && export TCLCONFIG
7
+echo TCLCONFIG=${TCLCONFIG}
8
#
9
# script which exececutes all the build stages. If script executed with
10
# no arguments and something fails, every bit of logs, stack traces and
0 commit comments