From: Michael Tremer Date: Sat, 30 Jun 2012 09:50:52 +0000 (+0000) Subject: Change assertion exit code. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cae809778681a12ff936c212f60235e18956aa6;p=people%2Fstevee%2Fnetwork.git Change assertion exit code. --- diff --git a/functions.constants b/functions.constants index ffb788b7..0bdb6a75 100644 --- a/functions.constants +++ b/functions.constants @@ -47,7 +47,7 @@ DB_CONNECTION_FILE="${LOG_DIR}/connections.db" EXIT_OK=0 EXIT_ERROR=1 EXIT_CONF_ERROR=2 -EXIT_ERROR_ASSERT=3 +EXIT_ERROR_ASSERT=128 EXIT_TRUE=0 EXIT_FALSE=1