On 1 Dec, Igor Pechtchanski wrote:
> The interpolation of the %...% variables into REG_MULTI_SZ values happens
> on the Windows level, before Cygwin ever sees them. Windows treats these
> variables case-insensitively.
> HTH,
It does - thanks again, Igor.
luke
--
Unsubscribe info:
On Wed, 1 Dec 2004, Luke Kendall wrote:
> On 26 Nov, Igor Pechtchanski wrote:
> > On Fri, 26 Nov 2004, Luke Kendall wrote:
> >
> > > I see that by default PATH includes some entries like
> > > %SystemRoot%/System32
> > >
> > > I also note that $SystemRoot is undefined, yet $SYSTEMROOT contains
>
On 26 Nov, Igor Pechtchanski wrote:
> On Fri, 26 Nov 2004, Luke Kendall wrote:
>
> > I see that by default PATH includes some entries like
> > %SystemRoot%/System32
> >
> > I also note that $SystemRoot is undefined, yet $SYSTEMROOT contains the
> > expected C:\WINDOWS value.
> >
> > This of co
On Sat, 27 Nov 2004, Jason Curl wrote:
> Igor Pechtchanski wrote:
> > > > First off, you could have actually removed the offending entries
> > > > from the PATH using something like
> > > >
> > > > OFFENDING_ENTRY="/cygdrive/c/ClearCase/bin"
> > > > PATH="`echo "$PATH" | sed "s#:$OFFENDING_ENTRY##
Igor Pechtchanski wrote:
First off, you could have actually removed the offending entries from the
PATH using something like
OFFENDING_ENTRY="/cygdrive/c/ClearCase/bin"
PATH="`echo "$PATH" | sed "s#:$OFFENDING_ENTRY##"`"
Alternatively, if you want to translate any Win32 path to a Cygwin
(POSIX) pat
On Fri, 26 Nov 2004, Jason Curl wrote:
> Igor Pechtchanski wrote:
> > On Fri, 26 Nov 2004, Jason Curl wrote:
> >
> > > I have a similar question: I had to modify 'profile' to change
> > > $PATH=:$PATH
> > > to
> > > $PATH=
> > >
> > > How can I simply add $SYSTEMROOT:$SYSTEMROOT/system32
Igor Pechtchanski wrote:
On Fri, 26 Nov 2004, Jason Curl wrote:
I have a similar question: I had to modify 'profile' to change
$PATH=:$PATH
to
$PATH=
How can I simply add $SYSTEMROOT:$SYSTEMROOT/system32 to this? It
doesn't work as-is because $SYSTEMROOT = C:\Windows (and this is
therefo
On Fri, 26 Nov 2004, Luke Kendall wrote:
> I see that by default PATH includes some entries like
> %SystemRoot%/System32
>
> I also note that $SystemRoot is undefined, yet $SYSTEMROOT contains the
> expected C:\WINDOWS value.
>
> This of course causes problems. Would a backslash-style path work
>
On Fri, 26 Nov 2004, Jason Curl wrote:
> I have a similar question: I had to modify 'profile' to change
> $PATH=:$PATH
> to
> $PATH=
>
> How can I simply add $SYSTEMROOT:$SYSTEMROOT/system32 to this? It
> doesn't work as-is because $SYSTEMROOT = C:\Windows (and this is
> therefore not
At 03:14 PM 11/26/2004, you wrote:
>Brian Dessent wrote:
>>Luke Kendall wrote:
>>
>>>I see that by default PATH includes some entries like
>>>%SystemRoot%/System32
>>>
>>>I also note that $SystemRoot is undefined, yet $SYSTEMROOT contains the
>>>expected C:\WINDOWS value.
>>>
>>>This of course caus
Brian Dessent wrote:
Luke Kendall wrote:
I see that by default PATH includes some entries like
%SystemRoot%/System32
I also note that $SystemRoot is undefined, yet $SYSTEMROOT contains the
expected C:\WINDOWS value.
This of course causes problems. Would a backslash-style path work
correctly if it
Luke Kendall wrote:
> I see that by default PATH includes some entries like
> %SystemRoot%/System32
>
> I also note that $SystemRoot is undefined, yet $SYSTEMROOT contains the
> expected C:\WINDOWS value.
>
> This of course causes problems. Would a backslash-style path work
> correctly if it we
12 matches
Mail list logo