X-Spam-Check-By: sourceware.org Message-ID: <8971939.post@talk.nabble.com> Date: Wed, 14 Feb 2007 11:40:23 -0800 (PST) From: petermosca To: cygwin AT cygwin DOT com Subject: syntax error near unexpected token `{ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: me AT petermosca DOT com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/