Return code on success should be 0.

Not used by e16, but for the sake of general sanity.

SVN revision: 57925
This commit is contained in:
Kim Woelders 2011-03-20 21:54:03 +00:00
parent 6f6b3f1198
commit fdb4e5c3d7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ epp_CPPFLAGS = -I$(top_builddir) $(CWARNFLAGS)
DEFS= \
-DHAVE_STRERROR \
-DFATAL_EXIT_CODE=1 \
-DSUCCESS_EXIT_CODE=1 \
-DSUCCESS_EXIT_CODE=0 \
-DGCC_INCLUDE_DIR=\"/usr/include\" \
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/include\" \
-DTOOL_INCLUDE_DIR=\"/usr/bin\" \