A 'fi' was needed in the last if statement.

This commit is contained in:
Daniel Sabo 2001-10-05 19:37:04 +00:00 committed by Alexandre Julliard
parent 20dc74b725
commit cebf8b659d

View file

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