> -Original Message-
> From: Michael A Chase [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 6:24 PM
> To: '[EMAIL PROTECTED]'; Harald Kierer
> Subject: Re: Solving: Quotes in $PATH not translated properly
>
>
> On Mon, 24 Feb 2003 17:22
On Mon, 24 Feb 2003 17:22:54 +0100 Harald Kierer <[EMAIL PROTECTED]> wrote:
> a current problem when invoking cygwin is: if the Windows PATH
> variable has quoted paths then cygwin won't translate those paths to
> POSIX properly, so you end up with an incomplete $PATH:
>
> T:\bin>echo %PATH%
> "C
> [begin parse_pathvar.sh]
>
> TEST=`echo "$PATH" | sed "s///g"`
> SHELLFILE="//t/bin/parse_pathvar_out.sh"
should be:
SHELLFILE="/t/bin/parse_pathvar_out.sh"
bye,
harry
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygw
Hi,
a current problem when invoking cygwin is: if the Windows PATH
variable has quoted paths then cygwin won't translate those paths to
POSIX properly, so you end up with an incomplete $PATH:
T:\bin>echo %PATH%
"C:\Program Files\abc";[...]
T:\bin>sh
$ echo $PATH
"C:/Program Files/abc":[...]
No
4 matches
Mail list logo