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 -u -r1.15 -r1.16 src/usr.bin/env/env.1 cvs rdiff -u -r1.23 -r1.24 src/usr.bin/env/env.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.