Kill ref to ghcii.sh

This commit is contained in:
dons 2005-05-29 01:46:31 +00:00
parent 1c57e2fea1
commit 39e7ae6133

2
configure vendored
View File

@ -1374,7 +1374,7 @@ fi
# Find pwd, in a cygwin friendly way. # Find pwd, in a cygwin friendly way.
# Suggested by: http://www.haskell.org/ghc/docs/latest/html/users_guide/ch11s04.html # 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 # necessary tools