Searched defs:shell (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-sh.cpp65 const std::string shell = atf::env::get("ATF_SHELL", ATF_SHELL); local
70 "Atf_Shell='" + shell + "' ; " +
79 construct_argv(const std::string& shell, const int interpreter_argc, argument
89 argv[0] = shell.c_str();
123 "atf-sh is a shell interpreter that extends the functionality of the "
140 opts.insert(option('s', "shell", "Path to the shell interpreter to use; "

Completed in 23 milliseconds