| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Andrew Louie <louiea AT gmail DOT com> |
| Subject: | bash scripting problem |
| Date: | Fri, 1 Dec 2006 21:43:50 +0000 (UTC) |
| Lines: | 36 |
| Message-ID: | <loom.20061201T223332-463@post.gmane.org> |
| Mime-Version: | 1.0 |
| 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: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |