unshare: escape command
Some checks failed
CI / build (pull_request) Failing after 5m44s

This commit is contained in:
2025-12-25 16:05:07 +01:00
parent f498e13458
commit 32f44f0003

View File

@@ -188,7 +188,7 @@ impl UnshareDriver {
cmd.arg("-w").arg(dir);
}
cmd.arg(program).args(args);
cmd.arg("--").arg(program).args(args);
cmd
}