diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-01-27 10:47:15 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-01-27 10:47:15 +0000 |
commit | 19334330dc8d6689d2a8d1a4324db0d984f175e0 (patch) | |
tree | d4c0abde2519fd916640e4fb4c29bcb6de4f03c9 /darcs-all | |
parent | bfd03f0e261b7cb73eef653b36a8051066e496d5 (diff) | |
download | haskell-19334330dc8d6689d2a8d1a4324db0d984f175e0.tar.gz |
fix one case where -q wasn't honoured
Diffstat (limited to 'darcs-all')
-rw-r--r-- | darcs-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ function darcsall() 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 echo "warning: $dir doesn't seem to exist, use 'darcs-all get' to get it" |