1
0
Fork 0

fixed missing EXIT

This commit is contained in:
Frank Celler 2018-08-24 14:39:46 +02:00
parent 08ee458608
commit 7b8c3d7369
1 changed files with 1 additions and 1 deletions

View File

@ -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