This is the mail archive of the
cygwin
mailing list for the Cygwin project.
syntax error near unexpected token `{
- From: petermosca <me at petermosca dot com>
- To: cygwin at cygwin dot com
- Date: Wed, 14 Feb 2007 11:40:23 -0800 (PST)
- Subject: syntax error near unexpected token `{
Please help if you can.
I am attempting to create a bash script with a function definition. When I
execute the script with the function, I get:
'my_bash_script: line 3: syntax error near unexpected token `{".
'my_bash_script: line 3: ` {
If I type the function in the command line, it works fine.
My function:
#!/bin/bash
function afunc
{
echo $0 $1 $2
}
afunc one two
--
View this message in context: http://www.nabble.com/syntax-error-near-unexpected-token-%60%7B-tf3229216.html#a8971939
Sent from the Cygwin Users mailing list archive at Nabble.com.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/