Skip to content
Snippets Groups Projects
Commit 049ca8cf authored by François-René Rideau's avatar François-René Rideau
Browse files

Merge pull request #3 from matthieupeeters/patch-1

Fix link to run-program.lisp
parents 76f55bbb f9b1ee87
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:
printing backtraces, handling fatal conditions, using or avoiding debug modes,
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.
* [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