mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-09 04:14:20 +00:00
Fix configure's --with-contrib option.
/trunk/configure | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
parent
8215020b0f
commit
7000889861
4
configure
vendored
4
configure
vendored
@ -285,9 +285,9 @@ echo "${VERSION}"
|
||||
}
|
||||
|
||||
# It's safer to change all ',' to spaces rather than setting IFS
|
||||
CONTRIB_list=$(echo "${CONTRIB_list}" |sed -r -e 's/,+/ /g;')
|
||||
CONTRIB_list=$(echo "${CONTRIB_list}" |sed -r -e 's/,+/ /g; s/ +/ /g; s/^ //g; s/ $//g;')
|
||||
if [ -n "${CONTRIB_list}" ]; then
|
||||
has_or_abort lzcat
|
||||
has_or_abort 'lzcat/'
|
||||
printf "Applying contributed code: "
|
||||
for c in ${CONTRIB_list}; do
|
||||
printf "${c}, "
|
||||
|
Loading…
x
Reference in New Issue
Block a user