diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-19 15:41:05 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-19 15:41:05 -0800 |
commit | 40fe9012a56a7cfdfa374108fa249d2a569112b8 (patch) | |
tree | 5d93d03e20df21d535736d584839b67bf12c29be /src/commit2.c | |
parent | 45ac9b1795456607fad9744870883489334e9b3c (diff) | |
parent | 39b7704d70df29cbd0a7a50eb851d7c5fb3afe2b (diff) | |
download | vyatta-cfg-40fe9012a56a7cfdfa374108fa249d2a569112b8.tar.gz vyatta-cfg-40fe9012a56a7cfdfa374108fa249d2a569112b8.zip |
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino
Diffstat (limited to 'src/commit2.c')
-rw-r--r-- | src/commit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit2.c b/src/commit2.c index e1119b4..aeb9ce7 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -401,7 +401,7 @@ main(int argc, char** argv) //remove tmp changes file as all the work is now done unlink(COMMIT_CHANGES_FILE); - exit (errors == 2); + exit (errors == 2 ? 0 : 1); } |