NetBSD-Bugs archive

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

PR/49249 CVS commit: src/tests/lib/librumphijack



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

From: "Alan Barrett" <apb%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49249 CVS commit: src/tests/lib/librumphijack
Date: Thu, 9 Oct 2014 06:52:37 +0000

 Module Name:	src
 Committed By:	apb
 Date:		Thu Oct  9 06:52:37 UTC 2014
 
 Modified Files:
 	src/tests/lib/librumphijack: t_tcpip.sh
 
 Log Message:
 Avoid literal <CR> in sed regular expression.
 Instead, use printf(1) to save the regexp in a shell variable,
 taking advantage of the fact that printf understands "\r".
 
 This should fix a complaint from subversion, reported in PR 49249.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/tests/lib/librumphijack/t_tcpip.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