pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56248 CVS commit: [pkgsrc-2021Q2] pkgsrc/mk/wrapper
The following reply was made to PR pkg/56248; it has been noted by GNATS.
From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56248 CVS commit: [pkgsrc-2021Q2] pkgsrc/mk/wrapper
Date: Thu, 8 Jul 2021 08:04:56 +0000
Module Name: pkgsrc
Committed By: bsiegert
Date: Thu Jul 8 08:04:56 UTC 2021
Modified Files:
pkgsrc/mk/wrapper [pkgsrc-2021Q2]: gen-transform.sh
Log Message:
Pullup ticket #6482 - requested by maya
mk: Linux bootstrap fix
Revisions pulled up:
- mk/wrapper/gen-transform.sh 1.13
---
Module Name: pkgsrc
Committed By: maya
Date: Fri Jun 25 22:02:06 UTC 2021
Modified Files:
pkgsrc/mk/wrapper: gen-transform.sh
Log Message:
switch $echo statements to printf "%s\n".
dash considers \1 to be octal escape.
for PR pkg/56248, from Michael Forney's suggestion.
$echo seems to be used for performance here (was previously cat) and not
for compatibility with some esoteric system.
I misunderstood things, and failed to test the last bootstrap diff, breaking
bootstrap on Ubuntu for a while.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.24.1 pkgsrc/mk/wrapper/gen-transform.sh
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