We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fd6fb commit f035547Copy full SHA for f035547
src/main/tools/linux-sandbox-options.cc
@@ -257,13 +257,6 @@ static void ParseCommandLine(unique_ptr<vector<char *>> args) {
257
}
258
259
260
- if (!opt.working_dir.empty() && !opt.sandbox_root.empty() &&
261
- opt.working_dir.find(opt.sandbox_root) == std::string::npos) {
262
- Usage(args->front(),
263
- "working-dir %s (-W) should be a "
264
- "subdirectory of sandbox-dir %s (-h)",
265
- opt.working_dir.c_str(), opt.sandbox_root.c_str());
266
- }
267
if (optind < static_cast<int>(args->size())) {
268
if (opt.args.empty()) {
269
opt.args.assign(args->begin() + optind, args->end());
0 commit comments