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 From: "ted byers" To: Cc: Subject: RE: export doesn't like my path :-( Date: Wed, 26 Sep 2001 08:38:30 -0400 Message-ID: <000201c14688$2644e370$be525c41@beak.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3BB19379.26067.503CA34B@localhost> > > You have spaces in some of the paths. > >drive/c/Program Files/MT S:/cygdrive/e/Library/Amzi Logic > Explorer/amzi_logic_explorer/bin: > ^^^^ ^^^^^^^^^^^^^^ > > That _is_ a problem for bash. > Gerrit Thanks, Gerrit, It can be a problem for the NT command line console too, but these problems on NT can be fixed using quotes. It turns out that in this case, the problem can be solved for bash too by using quotes. I have just been informed that grass starts a shell, and tricks it with a number of configuration variables (why it does I do not yet understand), and the code it uses for this breaks when the path contains spaces. However, altering the code it uses to trick the shell it starts, by simply adding a pair of quotes, solves the problem. Thanks again, Ted -- 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/