projects
/
nagcollect.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove OS X packaging scripts
[nagcollect.git]
/
client
/
lib
/
wrapper
/
wrapper-bottom.sh
1
2
# BEGIN: wrapper-bottom.sh
3
4
if [ -z "$TEXT" -o -z "$STATUS" ]; then
5
echo "Test script failed! Check not supported on this system?"
6
exit 3
7
fi
8
9
echo "$TEXT"
10
exit "$STATUS"
11
12
# -eof-