Skip to content
Snippets Groups Projects
Commit cebf8b65 authored by Daniel Sabo's avatar Daniel Sabo Committed by Alexandre Julliard
Browse files

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

parent 20dc74b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment