summaryrefslogtreecommitdiff
path: root/rsc/source/prj
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/prj')
-rw-r--r--rsc/source/prj/start.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/prj/start.cxx b/rsc/source/prj/start.cxx
index eda8ff5ec297..3ad077f40cd7 100644
--- a/rsc/source/prj/start.cxx
+++ b/rsc/source/prj/start.cxx
@@ -316,7 +316,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
for ( size_t k = 0, n = aTmpList.size(); k < n; ++k )
unlink( aTmpList[ k ]->getStr() );
- return bError;
+ return bError ? EXIT_FAILURE : EXIT_SUCCESS;
}
void RscExit( sal_uInt32 nExit )