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
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
> 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
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
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
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