NetBSD-Bugs archive

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

PR/53201 CVS commit: [netbsd-8] src/bin/sh



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53201 CVS commit: [netbsd-8] src/bin/sh
Date: Sun, 6 May 2018 09:32:57 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun May  6 09:32:57 UTC 2018
 
 Modified Files:
 	src/bin/sh [netbsd-8]: parser.c
 
 Log Message:
 Pull up following revision(s) (requested by kre in ticket #804):
 
 	bin/sh/parser.c: revision 1.146
 
 PR bin/53201
 
 Don't synerr on
 	${var-anything
 	more}
 
 The newline in the middle of the var expansion is permitted.
 
 Bug reported by Martijn Dekker from his modernish tests.
 XXX pullup-8
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.132.2.3 -r1.132.2.4 src/bin/sh/parser.c
 
 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