Fix previous.
authorCarl Hetherington <cth@carlh.net>
Sun, 7 Feb 2021 00:32:34 +0000 (01:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 7 Feb 2021 00:32:34 +0000 (01:32 +0100)
cscript

diff --git a/cscript b/cscript
index 0479d69a3d1bbafcfef055e77018e506b74f9322..537611ccb2e1b57d2f784f77d63a3d1e6f6335ba 100644 (file)
--- a/cscript
+++ b/cscript
@@ -390,7 +390,7 @@ option_defaults = { "gui": True, "variant": None }
 def configure_options(target, options):
     opt = ' --warnings-are-errors'
 
-    if not ((target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ('16,04', '18.04')) or
+    if not ((target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ('16.04', '18.04')) or
             (target.platform == 'osx') or
             (target.platform == 'windows')):
         # Currently we only build tests on Ubuntu {16,18}.04, macOS and Windows