CVS commit: src/distrib/utils/embedded
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Sun Mar 22 20:11:36 UTC 2026 Modified Files: src/distrib/utils/embedded: mkimage Log Message: PR 60119 - don't set -o pipefail (revert previous) I was going to make the setting of the pipefail option check if the executing shell supports the option or not (all should really, and up to date dash does - it is a standard option) - but then I looked at the script, and couldn't find a pipe used anywhere. The option is useless here. So, bye-bye pipefail. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/distrib/utils/embedded/mkimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.