Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90924 | Differences between
and this patch

Collapse All | Expand All

(-)dchroot.c.old (-1 / +1 lines)
Lines 258-264 Link Here
258
			}
258
			}
259
			
259
			
260
			cmd[i++] = username;
260
			cmd[i++] = username;
261
			cmd[i++] = "--";
261
			cmd[i++] = "-c";
262
262
263
			while (argv[j] != NULL) {
263
			while (argv[j] != NULL) {
264
				cmd[i++] = argv[j];
264
				cmd[i++] = argv[j];

Return to bug 90924