www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Thu, 17 Jan 2002 13:31:17 +0100 |
From: | Corinna Vinschen <cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: A small problem in Shell Scripts while using the built-in "read" function -- Options not recognised |
Message-ID: | <20020117133117.P2015@cygbert.vinschen.de> |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <5100B8473B3ED511B22B009027DE29093CF0F4 AT AKASH> |
Mime-Version: | 1.0 |
In-Reply-To: | <5100B8473B3ED511B22B009027DE29093CF0F4@AKASH> |
User-Agent: | Mutt/1.3.22.1i |
On Thu, Jan 17, 2002 at 05:34:24PM +0530, Surendar Singh Bisht wrote: > > Hi everybody! > > I'm using bash 2.05.0(8)-release on win98. I'm confronting a small > problem in shell scripts execution while using the built-in "read" function. > > > > But the same script executes smoothly when I run this code on the command > line. The script is running under sh which is ash, not bash. ash doesn't know these `read' options. As workaround prepend #!/bin/bash to your script or start it via `bash -c script'. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |