From 072d5f5b74dfeb22d0938fb7f17d93cdec1fd783 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 13 Jul 2007 22:12:58 +0000 Subject: [PATCH] User guide tweaks --- docs/users_guide/installing.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index a586aab..146aed8 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -484,7 +484,7 @@ are annotated [Win32 only] and are commented below. $(libdir) also contains support binaries. These are not expected to be - on the user's PATH, but and are invoked + on the user's PATH, but are invoked directly by GHC. In the Makefile system, this directory is also called $(libexecdir), but you are not free to change it. It must @@ -507,11 +507,11 @@ with the Win32 distribution of GHC. The support programs ghc-split and ghc-asm are Perl scripts. The - first line says #!/bin/perl; on Unix, the + first line says #!/usr/bin/perl; on Unix, the script is indeed invoked as a shell script, which invokes Perl; on Windows, GHC invokes $(libdir)/perl.exe directly, which - treats the #!/bin/perl as a comment. + treats the #!/usr/bin/perl as a comment. Reason: on Windows we want to invoke the Perl distributed with GHC, rather than assume some installed one. -- 1.7.10.4