From adbf776d31dc25b4e328de161fa0499e9f55e7c1 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 19 Jul 2016 12:37:02 -0400 Subject: [PATCH] --shell support in MPW --- command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.cpp b/command.cpp index ba7f9c3..fc12a9b 100644 --- a/command.cpp +++ b/command.cpp @@ -135,7 +135,7 @@ void launch_mpw(const Environment &env, const std::vector &argv, co cargv.push_back((char *)"mpw"); - //cargv.push_back((char *)"--shell"); + cargv.push_back((char *)"--shell"); unsigned offset = cargv.size();