avoid warning output from ghci when setting TOP

This commit is contained in:
vivian.mcphail 2005-05-29 01:29:31 +00:00
parent d8ad122552
commit 1c57e2fea1

View File

@ -66,7 +66,7 @@ AC_SUBST(SYMS)
# 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`
AC_SUBST(TOP)
# necessary tools