Remove the keyword 'function', as requested by Robert Luberda.

oldstable
Jeremy White 2001-01-26 21:01:32 +00:00 committed by Alexandre Julliard
parent ac0b814444
commit 0350d2fd62
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ type xmessage >/dev/null 2>/dev/null
if [ $? -ne 0 ] ; then
echo "
Warning:
The CodeWeavers Wine launcher is unable to find xmessage.
The Wine launcher is unable to find xmessage.
This launcher script relies heavily on finding this tool,
and without it, it will behave poorly.
@ -305,7 +305,7 @@ fi
#------------------------------------------------------------------------------
# Here's a little function to clean up after that dialog...
#------------------------------------------------------------------------------
function clean_up_info_message ()
clean_up_info_message ()
{
if [ $use_info_message -ne 0 ] ; then