On Mon, Aug 28, 2023 at 10:50 AM Corinna Vinschen via Cygwin
wrote:
> On Aug 27 18:13, Cary Lewis via Cygwin wrote:
[snip
> The chroot implementation is old, bad, and deprecated. I was going
> to rip it out entirely for I don't know how often already, but there
> was always somebody asking to kee
On Aug 27 18:13, Cary Lewis via Cygwin wrote:
> In a cygwin process that is started either from mintty or bash directly the
> following:
>
> $ user=234
>
> $ ./cat <(echo $user)
> 234
> works as expected.
>
> But after a chroot:
>From https://cygwin.com/cygwin-ug-net/highlights.html:
chroot
On Mon, 28 Aug 2023 at 00:14, Cary Lewis via Cygwin wrote:
>
> In a cygwin process that is started either from mintty or bash directly the
> following:
>
> $ user=234
>
> $ ./cat <(echo $user)
> 234
> works as expected.
>
> But after a chroot:
>
> $ chroot . ./bash
> user=234
> $ ./cat <(echo $us
In a cygwin process that is started either from mintty or bash directly the
following:
$ user=234
$ ./cat <(echo $user)
234
works as expected.
But after a chroot:
$ chroot . ./bash
user=234
$ ./cat <(echo $user)
./cat: /dev/fd/63: No such file or directory
In the directory I am chrooting in,
4 matches
Mail list logo