diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:22:21 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:23:49 -0500 |
commit | 534aa7e00b947d8b82ec225339ee915ca2ae406e (patch) | |
tree | b1134fd99e7e2a3dd10c55924d371620f47dbca5 /project | |
parent | 39727e6edddec54daeb85167032f4fc8947f463e (diff) | |
download | sbpython2-534aa7e00b947d8b82ec225339ee915ca2ae406e.tar.bz2 sbpython2-534aa7e00b947d8b82ec225339ee915ca2ae406e.tar.xz |
project: custom config: tcl/tk tests: proeprly initialize mb_tcltk_libs.
Diffstat (limited to 'project')
-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 02b19b3..f0bc0d7 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -208,6 +208,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 |