mirror of https://gitee.com/bigwinds/arangodb
fixed missing EXIT
This commit is contained in:
parent
08ee458608
commit
7b8c3d7369
|
@ -18,7 +18,7 @@ SED=sed
|
|||
IS_MAC=0
|
||||
|
||||
NOTIFY='if test -x /usr/games/oneko; then /usr/games/oneko& fi'
|
||||
trap "$NOTIFY"
|
||||
trap "$NOTIFY" EXIT
|
||||
|
||||
|
||||
if test "$(uname)" == "Darwin"; then
|
||||
|
|
Loading…
Reference in New Issue