From 2ca537950e5c380e0cf0814292d7ab6cbc7889bf Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 24 May 2000 09:21:42 +0000 Subject: [PATCH] [project @ 2000-05-24 09:21:42 by rrt] Tried to clear up some backslash confusion under Windows by always using forward slashes. Please merge. --- ghc/docs/users_guide/installing.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index 863bef6..5954d8e 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -681,7 +681,7 @@ The following environment variables must be set: PATH System -Add C:\cygnus\cygwin-b20\H-i586-cygwin32\bin. +Add C:/cygnus/cygwin-b20/H-i586-cygwin32/bin. bash needs this, and when it is invoked from /bin it can't find it. c:/bin and c:/usr/local/bin should also be added. -- 1.7.10.4