X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew Louie Subject: bash scripting problem Date: Fri, 1 Dec 2006 21:43:50 +0000 (UTC) Lines: 36 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) 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 while trying to run some configure scripts i get this error: : command not found3: ./configure: line 21: syntax error near unexpected token `elif' '/configure: line 21: `elif test -n "${BASH_VERSION+set}" && (set -o posix)>/dev/null 2>&1; then additional I have written a simple script that consits solely of: cd /path/to/project /usr/bin/perl /path/to/script/script.pl cd /path/to/project2 /usr/bin/perl /path to/script/script.pl ... for every single line of that script, i get the error :command not found... but it executes anyway, even though it says there's an error, it still works! is there a problem with the shell i am running? i set SHELL=/bin/bash in my .bashrc file. I am also using the rxvt terminal, my cygwin.bat file looks like this: @echo off C: chdir C:\cygwin\bin REM set EDITOR=vi REM set VISUAL=vi set CYGWIN=codepage:oem tty binmode title rxvt -e bash --login -i thanks for your help. -- 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/