Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 216587
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- rubber-1.1.orig/src/rules/latex/__init__.py
0
++ rubber-1.1/src/rules/latex/__init__.py
Lines 1107-1113 Link Here
1107
		
1107
		
1108
		file = self.source()
1108
		file = self.source()
1109
		cmd = [self.vars["program"]]
1109
		cmd = [self.vars["program"]]
1110
		cmd += map(lambda x: x.replace("%s",file), self.cmdline)
1110
		quoted_file = '"%s"' % file
1111
		cmd += map(lambda x: x.replace("%s", quoted_file), self.cmdline)
1111
		inputs = string.join(self.env.path, ":")
1112
		inputs = string.join(self.env.path, ":")
1112
		if inputs == "":
1113
		if inputs == "":
1113
			env = {}
1114
			env = {}

Return to bug 216587