robustify the test for the top of the tree a little
[ghc-hetmet.git] / darcs-all
index 40460c0..0dd9145 100644 (file)
--- 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 -o ! -d compiler; then
   echo "error: darcs-all must be run from the top level of the ghc tree."
   exit 1;
 fi