Re: [PATCH] kbuild/mkspec: avoid using brace expansion

From: Michal Marek
Date: Sun Dec 11 2016 - 05:01:05 EST


On Tue, Oct 25, 2016 at 06:00:44PM +0900, Anton Tikhomirov wrote:
> Brace expansion might not work properly if _buildshell RPM macro
> points to a shell other than bash. Particularly, with _bulidshell
> defined to /bin/dash it leads to broken build and source symlinks.
>
> Signed-off-by: Anton Tikhomirov <anton.tikhomirov@xxxxxxxxxxxxxx>
> ---
> scripts/package/mkspec | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

Applied to kbuild.git#misc, thanks.

Michal