Browse Source

wscript: [Cosmetics] Drop superfluous braces in print statement

tags/1.9.9.5
Adrian Knoth 13 years ago
parent
commit
cb68c82843
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -294,7 +294,7 @@ def configure(conf):
print()

def build(bld):
print(("make[1]: Entering directory `" + os.getcwd() + "/" + out + "'" ))
print("make[1]: Entering directory `" + os.getcwd() + "/" + out + "'")
if not os.access('svnversion.h', os.R_OK):
create_svnversion_task(bld)



Loading…
Cancel
Save