From: Josef Svenningsson Date: Fri, 7 Apr 2006 16:17:38 +0000 (+0000) Subject: Make darcs-all work without a ghc toplevel directory X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=345a81cac5ec23158160dcfa3a92cf132ee8e3d8 Make darcs-all work without a ghc toplevel directory --- diff --git a/darcs-all b/darcs-all index 40460c0..aecf634 100644 --- a/darcs-all +++ b/darcs-all @@ -63,7 +63,7 @@ function darcsget() done } -if test ! -d _darcs -o ! -d ghc; then +if test ! -d _darcs; then echo "error: darcs-all must be run from the top level of the ghc tree." exit 1; fi