summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkakaotalk3
1 files changed, 2 insertions, 1 deletions
diff --git a/kakaotalk b/kakaotalk
index b81b632..95516fe 100755
--- a/kakaotalk
+++ b/kakaotalk
@@ -101,7 +101,8 @@ function _exec_wine() {
WINE_EXE="$1"
echo 'Executing Kakaotalk...'
- exec wine "${WINE_EXE}"
+ exec wine "${WINE_EXE}" || exit
+ killall explorer.exe
}
###########################################################