From 39e7ae61332bab604a542cb41d360442a6d1784e Mon Sep 17 00:00:00 2001 From: dons Date: Sun, 29 May 2005 01:46:31 +0000 Subject: [PATCH] Kill ref to ghcii.sh --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 080977d..82a223b 100644 --- a/configure +++ b/configure @@ -1374,7 +1374,7 @@ fi # Find pwd, in a cygwin friendly way. # Suggested by: http://www.haskell.org/ghc/docs/latest/html/users_guide/ch11s04.html -TOP=`echo "Directory.getCurrentDirectory >>= putStrLn.init.tail.show " | ghcii.sh -ignore-dot-ghci -v0` +TOP=`echo "Directory.getCurrentDirectory >>= putStrLn.init.tail.show " | ghc --interactive -ignore-dot-ghci -v0` # necessary tools