NetBSD-Bugs archive

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

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



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

From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47361 CVS commit: [netbsd-5] src/bin/sh
Date: Sun, 9 Jun 2013 11:13:11 +0000

 Module Name:   src
 Committed By:  msaitoh
 Date:          Sun Jun  9 11:13:11 UTC 2013
 
 Modified Files:
        src/bin/sh [netbsd-5]: expand.c expand.h
 
 Log Message:
 Pull up following revision(s) (requested by gdt in ticket #1851):
        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.
 Noted by Greg Troxel on tech-userlevel running some 'git' tests.
 Should fix PR bin/47361
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.79.2.1 -r1.79.2.2 src/bin/sh/expand.c
 cvs rdiff -u -r1.17 -r1.17.18.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