From 345a81cac5ec23158160dcfa3a92cf132ee8e3d8 Mon Sep 17 00:00:00 2001 From: Josef Svenningsson Date: Fri, 7 Apr 2006 16:17:38 +0000 Subject: [PATCH] Make darcs-all work without a ghc toplevel directory --- darcs-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4