wscript: drop unnecessary trailing ";"

This commit is contained in:
Mads Kiilerich 2022-01-25 20:43:15 +01:00
parent 49855e52aa
commit 5b7431f243
6 changed files with 23 additions and 23 deletions

View file

@ -27,7 +27,7 @@ def configure(conf):
def build(bld):
VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
if not bld.is_defined('HAVE_READLINE'):
return;
return
# commandline luasession wrapper script
if bld.env['build_target'] != 'mingw':