Make darcs-all work without a ghc toplevel directory
authorJosef Svenningsson <josef.svenningsson@gmail.com>
Fri, 7 Apr 2006 16:17:38 +0000 (16:17 +0000)
committerJosef Svenningsson <josef.svenningsson@gmail.com>
Fri, 7 Apr 2006 16:17:38 +0000 (16:17 +0000)
darcs-all

index 40460c0..aecf634 100644 (file)
--- a/darcs-all
+++ b/darcs-all
@@ -63,7 +63,7 @@ function darcsget()
   done
 }
 
   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
   echo "error: darcs-all must be run from the top level of the ghc tree."
   exit 1;
 fi