robustify the test for the top of the tree a little
[ghc-hetmet.git] / darcs-all
index c711c77..0dd9145 100644 (file)
--- a/darcs-all
+++ b/darcs-all
@@ -30,10 +30,10 @@ function darcsall()
   done
   for pkg in `cat libraries/default-packages`; do
     if test -d libraries/$pkg; then
   done
   for pkg in `cat libraries/default-packages`; do
     if test -d libraries/$pkg; then
-       echo "== running darcs $* in libraries/$pkg"
+       message "== running darcs $* in libraries/$pkg"
        darcs $* --repodir libraries/$pkg
     else
        darcs $* --repodir libraries/$pkg
     else
-       echo "warning: $dir doesn't seem to exist, use 'darcs-all get' to get it"
+       echo "warning: $pkg doesn't seem to exist, use 'darcs-all get' to get it"
     fi
   done
 }
     fi
   done
 }
@@ -63,7 +63,7 @@ function darcsget()
   done
 }
 
   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
   echo "error: darcs-all must be run from the top level of the ghc tree."
   exit 1;
 fi