Bug on quiet.

This commit is contained in:
Jean-Paul Chaput 2010-03-19 10:07:12 +00:00
parent d1bf7ae5c9
commit 38c5dd899e
1 changed files with 4 additions and 3 deletions

View File

@ -278,6 +278,7 @@ class ProjectBuilder:
if not self._environment.has_key(topVariable):
self._environment[ topVariable ] = self._installDir
self._environment[ topUserVariable ] = self._installDir
if not self._quiet:
print "Setting %s = \"%s\"." % (topVariable ,self._environment[topVariable])
print "Setting %s = \"%s\"." % (topUserVariable,self._environment[topUserVariable])