projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fedc7f
)
unless a problem comes up, monkeysphere-server should return an error code of 0.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 23 Jun 2008 21:55:56 +0000
(17:55 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 23 Jun 2008 21:55:56 +0000
(17:55 -0400)
src/monkeysphere-server
patch
|
blob
|
history
diff --git
a/src/monkeysphere-server
b/src/monkeysphere-server
index f68f3911fe8255bf8fd8ac07f7716b0d3b01333a..b9898163802f3c1a3da1b300ff24a8ff3316af8a 100755
(executable)
--- 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
########################################################################