From: Daniel Kahn Gillmor Date: Mon, 23 Jun 2008 21:55:56 +0000 (-0400) Subject: unless a problem comes up, monkeysphere-server should return an error code of 0. X-Git-Tag: monkeysphere_0.2-1~6 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=677afe2dcae7ea83adfadc42eac93f5301aa0476;p=monkeysphere.git unless a problem comes up, monkeysphere-server should return an error code of 0. --- diff --git a/src/monkeysphere-server b/src/monkeysphere-server index f68f391..b989816 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -21,6 +21,9 @@ DATE=$(date -u '+%FT%T') # unset some environment variables that could screw things up GREP_OPTIONS= +# assuming other problems don't crop up, we'll return 0 as success +ERR=0 + ######################################################################## # FUNCTIONS ########################################################################