X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=darcs-all;h=579bc5cd15bdb2883da4fa8692933b0c66997a89;hb=35a38acc6010d97b349092f9179c14d18f129e9b;hp=0dd9145063fafa6d953ac454e2591ac96ee646fd;hpb=a0c6f738f883c860f5aa91b337d2232fa780adf4;p=ghc-hetmet.git diff --git a/darcs-all b/darcs-all index 0dd9145..579bc5c 100644 --- 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*) ;;