From 24ce3ba4920db417f7cf96eb95368856b0bca7fd Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 11 Oct 2012 22:00:37 +0200 Subject: [PATCH] Bug 799648 - Followup followup: Add the line back where it was meant to be; r=gps (NPOTB, DONTBUILD) --- python/mach/mach/mixin/process.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/mach/mach/mixin/process.py b/python/mach/mach/mixin/process.py index 50d4e68f69a..b504f0b78cb 100644 --- a/python/mach/mach/mixin/process.py +++ b/python/mach/mach/mixin/process.py @@ -123,3 +123,4 @@ class ProcessExecutionMixin(LoggingMixin): # '-c' and pass all the arguments as one argument because that is # how sh works. cline = subprocess.list2cmdline([prog] + args[1:]) + return [_current_shell, '-c', cline]