Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 X-Mailer: The Bat! (v1.45) Reply-To: "andy.philpotts" 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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