[BISECTED] busybox ash regression

Aaro Koskinen aaro.koskinen at iki.fi
Fri Aug 28 21:01:25 UTC 2015


Hi,

The following commit:

	commit 549deab5abd59c1ab752754170f69aa2248e72c9
	Author: Ron Yorston <rmy at pobox.com>
	Date:   Mon May 18 09:57:51 2015 +0200
	
	    ash: move parse-time quote flag detection to run-time

introduced the following change of behaviour:

Commands:

	mkdir foo
	cd foo
	touch a b
	echo "./"*

Old output:

	./a ./b

Current (incorrect):

	./*

A.


More information about the busybox mailing list