summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorJosef Svenningsson <josef.svenningsson@gmail.com>2006-04-07 16:17:38 +0000
committerJosef Svenningsson <josef.svenningsson@gmail.com>2006-04-07 16:17:38 +0000
commit345a81cac5ec23158160dcfa3a92cf132ee8e3d8 (patch)
tree5bc21f0a3e126f902ebc87a65d0500fe98b7185f /darcs-all
parent1d13ee6dea8009d989af3b32272a6e432f5858b5 (diff)
downloadhaskell-345a81cac5ec23158160dcfa3a92cf132ee8e3d8.tar.gz
Make darcs-all work without a ghc toplevel directory
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/darcs-all b/darcs-all
index 40460c0610..aecf6340b7 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