pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56248 CVS commit: pkgsrc/mk/wrapper



The following reply was made to PR pkg/56248; it has been noted by GNATS.

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56248 CVS commit: pkgsrc/mk/wrapper
Date: Fri, 25 Jun 2021 22:02:06 +0000

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