Bug 799648 - Followup followup: Add the line back where it was meant to be; r=gps (NPOTB, DONTBUILD)

This commit is contained in:
Ms2ger 2012-10-11 22:00:37 +02:00
parent 97856fb3c5
commit 24ce3ba492

View File

@ -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]