CVS commit: src/usr.bin/env

2025-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Feb 9 14:25:26 UTC 2025 Modified Files: src/usr.bin/env: env.1 env.c Log Message: PR bin/59058 Random minor corrections Use the correct exit status values (126 vs 127), the latter when the utility cannot be located (no matter

CVS commit: src/usr.bin/env

2025-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Feb 9 14:25:26 UTC 2025 Modified Files: src/usr.bin/env: env.1 env.c Log Message: PR bin/59058 Random minor corrections Use the correct exit status values (126 vs 127), the latter when the utility cannot be located (no matter

Re: CVS commit: src/usr.bin/env

2024-10-28 Thread Taylor R Campbell
> Date: Mon, 28 Oct 2024 22:17:31 - (UTC) > From: chris...@astron.com (Christos Zoulas) > > In article <20241028113037.b6b31f...@cvs.netbsd.org>, > Kimmo Suominen wrote: > >Implement "env -C dir" to chdir > > > >Use err(3) to expose errno(2) if chdir(2) (or unsetenv(3)) fails. > > We should

Re: CVS commit: src/usr.bin/env

2024-10-28 Thread Christos Zoulas
In article <20241028113037.b6b31f...@cvs.netbsd.org>, Kimmo Suominen wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: kim >Date: Mon Oct 28 11:30:37 UTC 2024 > >Modified Files: > src/usr.bin/env: env.1 env.c > >Log Message: >Implement "env -C dir" to chdir > >Use err(3) to

CVS commit: src/usr.bin/env

2024-10-28 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Mon Oct 28 11:30:37 UTC 2024 Modified Files: src/usr.bin/env: env.1 env.c Log Message: Implement "env -C dir" to chdir Use err(3) to expose errno(2) if chdir(2) (or unsetenv(3)) fails. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/env

2024-10-28 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Mon Oct 28 11:30:37 UTC 2024 Modified Files: src/usr.bin/env: env.1 env.c Log Message: Implement "env -C dir" to chdir Use err(3) to expose errno(2) if chdir(2) (or unsetenv(3)) fails. To generate a diff of this commit: cvs rdiff