summaryrefslogtreecommitdiff
path: root/dist/s_docs
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-03-11 11:28:59 -0500
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-03-11 11:28:59 -0500
commitdac1cbc3228593652659c33c50165d577f15c198 (patch)
treeb8a687e3e0292403b68957805d0ff664fb5d9c84 /dist/s_docs
parent47a8ea8c7ce48276b00296c798dbdc11c397aea8 (diff)
downloadmongo-dac1cbc3228593652659c33c50165d577f15c198.tar.gz
the OS X shell doesn't like returns from scripts, use exit instead.
Diffstat (limited to 'dist/s_docs')
-rwxr-xr-xdist/s_docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_docs b/dist/s_docs
index c84ab5c11a9..77a5ef99a2b 100755
--- a/dist/s_docs
+++ b/dist/s_docs
@@ -3,7 +3,7 @@
# We require doxygen which may not be installed.
type doxygen > /dev/null 2>&1 || {
echo 'doxygen not found, skipping document creation'
- return 1
+ exit 1
}
filter=