Bug on quiet.
This commit is contained in:
parent
d1bf7ae5c9
commit
38c5dd899e
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in New Issue