File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -371,10 +371,11 @@ class TemporaryFile final {
371371 TemporaryFile &operator =(TemporaryFile &&) = delete ;
372372};
373373
374- /* * Run an executable with the given arguments, without going through the
375- * shell. The first element of args should be the program name/path.
376- * Returns the exit code of the process, or -1 if the process could
377- * not be started. */
374+ /* * Run an executable with the given arguments without going through
375+ * the shell. The first element of args should be the program name/path.
376+ * If a name without a path-separator is given, it will be searched for
377+ * in the PATH. Returns the exit code of the process, or -1 if the process
378+ * could not be started. */
378379int run_process (std::vector<std::string> args);
379380
380381/* * Routines to test if math would overflow for signed integers with
You can’t perform that action at this time.
0 commit comments