diff --git a/tools/winelauncher.in b/tools/winelauncher.in index f7b4ceb38e..631c823221 100755 --- a/tools/winelauncher.in +++ b/tools/winelauncher.in @@ -541,3 +541,4 @@ if [ $wine_return -ge 128 ]; then kill -$[wine_return - 128] $$ # if we get here the kill didn't work exit 1 +fi