diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:22:21 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:02:13 -0500 |
commit | 1fcff3ba6594bd6abe5b960fa6a02281b7f02781 (patch) | |
tree | 56c99c9cb56c12b8bb5565cb00ba55a406eea403 | |
parent | 4abd9654db77c2810b5618ddcee94222ef35b31d (diff) | |
download | sbpython3-1fcff3ba6594bd6abe5b960fa6a02281b7f02781.tar.bz2 sbpython3-1fcff3ba6594bd6abe5b960fa6a02281b7f02781.tar.xz |
project: custom config: tcl/tk tests: proeprly initialize mb_tcltk_libs.
-rw-r--r-- | project/config/cfgdefs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 347e0f6..615f740 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -200,6 +200,7 @@ cfgdefs_perform_target_tests() # tcl/tk libc cfgtest_newline cfgtest_comment 'tcl/tk' + mb_tcltk_libs= for mb_tcltk_ver in 8.9 8.8 8.7 8.6 8.5; do if [ -z "$mb_tcltk_libs" ]; then |