fsck: Print warnings to stderr; --quiet can now be used to only see problems.
This commit is contained in:
parent
a5e7f5329f
commit
0893820812
7 changed files with 16 additions and 14 deletions
|
@ -28,10 +28,8 @@ start = do
|
|||
|
||||
perform :: SubCmdPerform
|
||||
perform = do
|
||||
ok <- checkUnused
|
||||
if ok
|
||||
then return $ Just $ return True
|
||||
else return Nothing
|
||||
_ <- checkUnused
|
||||
return $ Just $ return True
|
||||
|
||||
checkUnused :: Annex Bool
|
||||
checkUnused = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue