diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-23 17:55:56 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-23 17:55:56 -0400 |
commit | 677afe2dcae7ea83adfadc42eac93f5301aa0476 (patch) | |
tree | 4953c14e37e9fc0427adf1b5435ca4ee08df5491 /src | |
parent | 3fedc7f90651a9e7e226c2b7c8fde6c74e8a2330 (diff) |
unless a problem comes up, monkeysphere-server should return an error code of 0.
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-server | 3 |
1 files changed, 3 insertions, 0 deletions
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 ######################################################################## |