[commit: packages/process] master, wip/issue15: Document that `readProcess` works with relative paths (58aa7f7)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:36:59 UTC 2015


Repository : ssh://git@git.haskell.org/process

On branches: master,wip/issue15
Link       : http://ghc.haskell.org/trac/ghc/changeset/58aa7f7ad5b6c16ee18962b5caf9f461133f7569/process

>---------------------------------------------------------------

commit 58aa7f7ad5b6c16ee18962b5caf9f461133f7569
Author: Simon Hengel <sol at typeful.net>
Date:   Sat Nov 1 12:21:46 2014 +0800

    Document that `readProcess` works with relative paths


>---------------------------------------------------------------

58aa7f7ad5b6c16ee18962b5caf9f461133f7569
 System/Process.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System/Process.hs b/System/Process.hs
index 010b95a..b73dba3 100644
--- a/System/Process.hs
+++ b/System/Process.hs
@@ -405,7 +405,7 @@ processFailedException fun cmd args exit_code =
 --
 -- The arguments are:
 --
--- * The command to run, which must be in the $PATH, or an absolute path
+-- * The command to run, which must be in the $PATH, or an absolute or relative path
 --
 -- * A list of separate command line arguments to the program
 --



More information about the ghc-commits mailing list