Re: echo $(cygcheck...) oddity

2011-02-16 Thread Eric Blake
On 02/16/2011 01:06 PM, risin...@nationwide.com wrote: > I suspected a problem with \r, so I tried it. However, I am using pdksh, > and ended up with something that really was unexpected... No, that's also expected. pdksh echo obeys POSIX by default. Bash echo does not. Echo and backslash is

Re: echo $(cygcheck...) oddity

2011-02-16 Thread RISINGP1
cygwin-owner wrote on 02/16/2011 01:13:37 PM: > On 02/16/2011 11:07 AM, L Anderson wrote: > > Could the following signal a possible string buffering problem? > > Nope. Rather, it's an indication that cygcheck is a native windows > program... > > > However,when I do > > > > echo $(cygcheck /bin

Re: echo $(cygcheck...) oddity

2011-02-16 Thread Eric Blake
On 02/16/2011 11:07 AM, L Anderson wrote: > Could the following signal a possible string buffering problem? Nope. Rather, it's an indication that cygcheck is a native windows program... > However,when I do > > echo $(cygcheck /bin/sh.exe) I get: > C:\WINDOWS\system32\GDI32.dl and as

echo $(cygcheck...) oddity

2011-02-16 Thread L Anderson
Could the following signal a possible string buffering problem? Both: cygcheck /bin/sh.exe and echo "$(cygcheck /bin/sh.exe)" yield the same output: E:\cygwin\bin\sh.exe E:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\sys