NetBSD-Bugs archive

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

PR/51027 CVS commit: [netbsd-7] src/bin/sh



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

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51027 CVS commit: [netbsd-7] src/bin/sh
Date: Sat, 27 Aug 2016 15:20:49 +0000

 Module Name:	src
 Committed By:	bouyer
 Date:		Sat Aug 27 15:20:49 UTC 2016
 
 Modified Files:
 	src/bin/sh [netbsd-7]: parser.c
 
 Log Message:
 Pull up following revision(s) (requested by kre in ticket #1212):
 	bin/sh/parser.c: revision 1.114 via patch
 PR bin/51027 - fix the parsing of references to shell parameters
 when given without braces (ie: $2 etc).  Only the first 9 shell
 parameters ($1 .. $9) and the special parameter ($0) can be
 referenced this way, $10 is ${1}0 not ${10}.   Make it so.
 This bug brought to notice by Sven Mascheck's web pages which
 discuss (among other things) the history of this (and other ash
 based) shells .. see http://www.in-ulm.de/~mascheck/ (from kre@)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.90 -r1.90.4.1 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