commit | 51a5f81079bfbd146b7162580c2170289c7cb413 | [log] [tgz] |
---|---|---|
author | Anton Tikhomirov <anton.tikhomirov@cdnetworks.com> | Tue Oct 25 18:00:44 2016 +0900 |
committer | Michal Marek <mmarek@suse.com> | Sun Dec 11 12:07:00 2016 +0100 |
tree | 5a22a77cb0066f9d759c11d1aa99f393b9e4e9a8 | |
parent | 75238b9e6aadca6d9255d4b385e026385e78bb15 [diff] |
kbuild/mkspec: avoid using brace expansion 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@cdnetworks.com> Signed-off-by: Michal Marek <mmarek@suse.com>