This is the mail archive of the cygwin 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]

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/


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