NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60119 CVS commit: src/distrib/utils/embedded
The following reply was made to PR port-evbarm/60119; it has been noted by GNATS.
From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60119 CVS commit: src/distrib/utils/embedded
Date: Sun, 22 Mar 2026 20:11:36 +0000
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.
Home |
Main Index |
Thread Index |
Old Index