NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/47361 CVS commit: src/bin/sh
The following reply was made to PR bin/47361; it has been noted by GNATS.
From: "David Laight" <dsl%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/47361 CVS commit: src/bin/sh
Date: Sat, 22 Dec 2012 20:15:22 +0000
Module Name: src
Committed By: dsl
Date: Sat Dec 22 20:15:22 UTC 2012
Modified Files:
src/bin/sh: expand.c expand.h
Log Message:
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.87 -r1.88 src/bin/sh/expand.c
cvs rdiff -u -r1.18 -r1.19 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