A 'fi' was needed in the last if statement.
This commit is contained in:
parent
20dc74b725
commit
cebf8b659d
|
@ -541,3 +541,4 @@ if [ $wine_return -ge 128 ]; then
|
||||||
kill -$[wine_return - 128] $$
|
kill -$[wine_return - 128] $$
|
||||||
# if we get here the kill didn't work
|
# if we get here the kill didn't work
|
||||||
exit 1
|
exit 1
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue