Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/f99f369f3a75d946a6553b3764c0e9e6c988d94f

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

commit f99f369f3a75d946a6553b3764c0e9e6c988d94f
Author: Paolo Capriotti <p.caprio...@gmail.com>
Date:   Thu Nov 1 14:40:32 2012 +0000

    Use perl interpreter in the PATH.

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

 validate |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/validate b/validate
index cae0354..7db30fb 100755
--- a/validate
+++ b/validate
@@ -84,7 +84,7 @@ if [ $no_clean -eq 0 ]; then
         INSTDIR=`cygpath -m "$INSTDIR"`
     fi
 
-    /usr/bin/perl -w boot --validate
+    perl -w boot --validate
     ./configure --prefix="$INSTDIR" $config_args
 fi
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to