file paths since the escape codes look ugly in the log.
(trunk r8113:8115)
svn path=/main/branches/2.1.2/; revision=8116
cmd += "eerror \"Detected file collision(s):\" ; "
cmd += "eerror ; "
- from output import colorize
for f in collisions:
- cmd += "eerror \" '%s'\" ; " % colorize("INFORM",
- os.path.join(destroot, f.lstrip(os.path.sep)))
+ cmd += "eerror \" '%s'\" ; " % \
+ os.path.join(destroot, f.lstrip(os.path.sep))
portage_exec.spawn(["bash", "-c", cmd],
env=self.settings.environ())