delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Tue, 15 Aug 2000 10:18:24 -0400 |
From: | Andy Philpotts <andy DOT philpotts AT calendarcentral DOT com> |
X-Mailer: | The Bat! (v1.45) |
Reply-To: | "andy.philpotts" <andy DOT philpotts AT calendarcentral DOT com> |
Organization: | Product Development |
X-Priority: | 3 (Normal) |
Message-ID: | <105434516722.20000815101824@calendarcentral.com> |
To: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Problems with bash, cvs and variable expansion |
Mime-Version: | 1.0 |
Under NT4.0, BASH_VERSION='2.04.0(1)-release' I am having an odd problem when using cvs within bash (don't worry, you don't have to know cvs to understand the issue). I have a filelist which I want to expand on the command line. If I manually type the command line (even with cut and paste, so there are no typos) everything works OK, but if I use some form of paramater expansion there is a problem. The filelist is quite long... An example which works: $ cvs update com/irenaissance/cc/server/irRequestHandlerCCJava.java com/irenaissance/cc/server/irSession.java com/irenaissance/cc/server/irODBServer.java com/irenaissance/cc/server/irRequest.java com/irenaissance/cc/server/irHtmlRenderer.java and another example which doesn't: $ FLIST=com/irenaissance/cc/server/irRequestHandlerCCJava.java com/irenaissance/cc/server/irSession.java com/irenaissance/cc/server/irODBServer.java com/irenaissance/cc/server/irRequest.java com/irenaissance/cc/server/irHtmlRenderer.java $ cvs update $FLIST : No such file or directoryt find note the oddly spelt error message -- Best regards, Andy mailto:andy DOT philpotts AT calendarcentral DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |