NetBSD-Bugs archive

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

PR/47361 CVS commit: [netbsd-6] src/bin/sh



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

From: "Stephen Borrill" <sborrill%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47361 CVS commit: [netbsd-6] src/bin/sh
Date: Sat, 2 Feb 2013 15:43:27 +0000

 Module Name:   src
 Committed By:  sborrill
 Date:          Sat Feb  2 15:43:27 UTC 2013
 
 Modified Files:
        src/bin/sh [netbsd-6]: expand.c expand.h
 
 Log Message:
 Pull up the following revisions(s) (requested by dsl in ticket #773):
        bin/sh/expand.c:        revision 1.88
        bin/sh/expand.h:        revision 1.19
 
 Fix the expansion of "$(foo-$bar}" so that IFS isn't applied when
 expanding $bar. Should fix PR bin/47361
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.86 -r1.86.4.1 src/bin/sh/expand.c
 cvs rdiff -u -r1.18 -r1.18.4.1 src/bin/sh/expand.h
 
 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