Skip to content
Snippets Groups Projects
Commit a4ea7e65 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Try running no-chroot commands in env rather than sh -c.

parent 8573bebc
No related branches found
No related tags found
Loading
......@@ -149,8 +149,7 @@ System::targetEnvOutput( const QStringList& args,
}
else
{
program = "sh";
arguments = QStringList( { "-c" } );
program = "env";
arguments << args.join( ' ' );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment