Fix missing space

This commit is contained in:
Jamie Cameron
2017-04-19 22:30:59 -07:00
parent 77e6bc2a00
commit 97e40304ac

View File

@@ -74,7 +74,7 @@ if (!$in{'clear'}) {
}
if ($chroot) {
$cmd = "chroot ".quotemeta($access{'chroot'}).
"sh -c ".quotemeta($cmd);
" sh -c ".quotemeta($cmd);
}
$pid = &open_execute_command(OUTPUT, $cmd, 2, 0);
$out = "";