From 0350d2fd627104514958ef81402e05e51a37d73e Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Fri, 26 Jan 2001 21:01:32 +0000 Subject: [PATCH] Remove the keyword 'function', as requested by Robert Luberda. --- tools/winelauncher.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/winelauncher.in b/tools/winelauncher.in index e33405944c3..e1dcb6957a2 100755 --- a/tools/winelauncher.in +++ b/tools/winelauncher.in @@ -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 -- 2.11.4.GIT