Commit ba0d6745 by Mike Stump

iformat tweaks

From-SVN: r12386
parent 5af2c1f8
...@@ -346,7 +346,7 @@ pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags) ...@@ -346,7 +346,7 @@ pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags)
fputs ("If {Failed} == 0\n", stdout); fputs ("If {Failed} == 0\n", stdout);
/* If being verbose, output a copy of the command. It should be /* If being verbose, output a copy of the command. It should be
accurate enough and escaped enough to be "clickable". */ accurate enough and escaped enough to be "clickable". */
if (flags & PEXECUTE_VERBOSE) if (flags & PEXECUTE_VERBOSE)
{ {
fputs ("\tEcho ", stdout); fputs ("\tEcho ", stdout);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment