diff options
author | Keith Bostic <keith.bostic@wiredtiger.com> | 2011-03-11 11:28:59 -0500 |
---|---|---|
committer | Keith Bostic <keith.bostic@wiredtiger.com> | 2011-03-11 11:28:59 -0500 |
commit | dac1cbc3228593652659c33c50165d577f15c198 (patch) | |
tree | b8a687e3e0292403b68957805d0ff664fb5d9c84 /dist/s_docs | |
parent | 47a8ea8c7ce48276b00296c798dbdc11c397aea8 (diff) | |
download | mongo-dac1cbc3228593652659c33c50165d577f15c198.tar.gz |
the OS X shell doesn't like returns from scripts, use exit instead.
Diffstat (limited to 'dist/s_docs')
-rwxr-xr-x | dist/s_docs | 2 |
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= |