X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=darcs-all;h=0dd9145063fafa6d953ac454e2591ac96ee646fd;hb=39dd1943735841b6cc62c91134189371ba571f38;hp=2fd61a84bacd687d29893a57a3e2934c513e317d;hpb=19334330dc8d6689d2a8d1a4324db0d984f175e0;p=ghc-hetmet.git diff --git a/darcs-all b/darcs-all index 2fd61a8..0dd9145 100644 --- a/darcs-all +++ b/darcs-all @@ -33,7 +33,7 @@ function darcsall() message "== running darcs $* in libraries/$pkg" 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 } @@ -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