-
Committer:
Tyler Hicks
-
Date:
2012-01-27 18:21:48 UTC
-
Revision ID:
tyhicks@canonical.com-20120127182148-ingnn8nyg2lzhzaf
When [ $? -ne 0 ] was true, it caused $? to be set to 0. Then, 0 was
returned instead of the error code. This resulted in error conditions
being masked.
Thanks to Sergio Peña for reporting and tracking down the problem.