Egregious bug in tcLHsConResTy
[ghc-hetmet.git] / darcs-all
index 40460c0..579bc5c 100644 (file)
--- a/darcs-all
+++ b/darcs-all
@@ -9,14 +9,14 @@ default_lib_repo_root=$default_repo_root/packages
 
 quiet=NO
 
-function message()
+message()
 {
   if [ "$quiet" = "NO" ]; then
      echo $*
   fi
 }
 
-function darcsall()
+darcsall()
 {
   message "== running darcs $* at the top level"
   darcs $*
@@ -38,7 +38,7 @@ function darcsall()
   done
 }
 
-function darcsget()
+darcsget()
 {
   case $* in
     *--partial*) ;;
@@ -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