Re: Bash doesn't launch the applications directly.

2009-01-16 Thread L Anderson
Christopher Faylor wrote: On Thu, Jan 15, 2009 at 12:11:30PM -0500, Dave Steenburgh wrote: Well, now I understand why I occasionally see more instances of bash in the task manager than I was expecting. However, now I have to ask why the shim doesn't appear [plainly] with ps: 4540 1

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lenik on 1/14/2009 5:59 PM: Hi, all I noticed that when bash launches a program, for example win32 notepad.exe or cygwin sleep, it in fact launches another bash which launches the final program, Any idea? Yes. It's called

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Dave Steenburgh
On Thu, Jan 15, 2009 at 8:06 AM, Eric Blake e...@byu.net wrote: According to Lenik on 1/14/2009 5:59 PM: Hi, all I noticed that when bash launches a program, for example win32 notepad.exe or cygwin sleep, it in fact launches another bash which launches the final program, Any idea? Yes.

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Christopher Faylor
On Thu, Jan 15, 2009 at 12:11:30PM -0500, Dave Steenburgh wrote: Well, now I understand why I occasionally see more instances of bash in the task manager than I was expecting. However, now I have to ask why the shim doesn't appear [plainly] with ps: 4540 14540 45400 1003

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Lenik
Eric Blake e...@byu.net 写入消息 news:496f34bb.6080...@byu.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lenik on 1/14/2009 5:59 PM: Hi, all I noticed that when bash launches a program, for example win32 notepad.exe or cygwin sleep, it in fact launches another bash which

Re: Bash doesn't launch the applications directly.

2009-01-15 Thread Mark J. Reed
On Thu, Jan 15, 2009 at 8:59 PM, Lenik wrote: Is it possible to make cygstart as a bash built-in? I think you might misunderstand the relationship between Cygwin and bash. Bash is not a part of Cygwin. It is a standalone shell, written to run on any UNIX-like platform: Linux, Solaris, OS X,

Bash doesn't launch the applications directly.

2009-01-14 Thread Lenik
Hi, all I noticed that when bash launches a program, for example win32 notepad.exe or cygwin sleep, it in fact launches another bash which launches the final program, # sleep 10 - running process: bash (start here) bash sleep 10 This slows down the launching procedure. Any