Fix indent issue of wscript 2

This commit is contained in:
Frank 2011-06-17 18:06:43 -07:00
parent 10efc0d1cb
commit 9824215f69
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ def deb(context):
if Options.options.VERNUM:
VERSION = Options.options.VERNUM
else:
else:
VERSION = "2.2"
version = ["--ser-envvar=PACKAGEVERSION=%s"%VERSION]