fix failure propigation

This commit is contained in:
Joey Hess 2010-10-25 19:17:11 -04:00
parent 47892ced88
commit e87287c11b
4 changed files with 27 additions and 13 deletions

View file

@ -1,3 +1,3 @@
If a subcommand fails w/o throwing an error, no error is propigated to the
git-annex exit code. With --quiet, this makes it look like the command
succeeded.
succeeded. [[done]]