This is the mail archive of the cygwin-patches@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: a problem in invoking scripts.


On Wed, Sep 13, 2000 at 09:21:55PM +0900, Kazuhiro Fujieda wrote:
>We can't execute scripts with their unqualified names on recent
>snapshots.
>
>~ $ cat > /bin/foo
>#!/bin/sh
>echo hoge
>~ $ foo
>foo: Can't open foo: No such file or directory
>
>The following patch can solve this problem and recalls an old
>warning to spawn.cc.

Thanks for the report.  I've checked in a similar fix to spawn_guts.

cgf

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]