Skip to content
Snippets Groups Projects
Commit f9b1ee87 authored by matthieupeeters's avatar matthieupeeters
Browse files

Fix link to run-program.lisp

parent 71206703
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ The files that constitute UIOP are, in dependency loading order: ...@@ -58,7 +58,7 @@ The files that constitute UIOP are, in dependency loading order:
printing backtraces, handling fatal conditions, using or avoiding debug modes, printing backtraces, handling fatal conditions, using or avoiding debug modes,
accessing command line arguments or quitting the process. accessing command line arguments or quitting the process.
* [run-program](program.lisp): portably spawns external processes and captures their output. * [run-program](run-program.lisp): portably spawns external processes and captures their output.
Can also capture error-output, inject input, or let it all be interactive. Can also capture error-output, inject input, or let it all be interactive.
* [lisp-build](lisp-build.lisp): portably compiles Common Lisp code, handles compilation results, * [lisp-build](lisp-build.lisp): portably compiles Common Lisp code, handles compilation results,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment