This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

call function


In Unix, "function" can be added in script, e.g.

#!/usr/bin/sh
#
function outmessage
{
   echo $1;
   :
   :
}
#Main 
echo "Welcome"
:
:
outmessage "hello amy"
outmessage "hello peter"
:
:
exit 0

I try to call function outmessage in Cygwin, but it
does work,

function:not found
 
What do I need to change for above script in order to
use "function" ?

thanks !

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]