xbps-src: "build-options" obj is a string, no newlines accepted.
This commit is contained in:
parent
aed275aa4d
commit
8c9aca6426
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ set_build_options() {
|
||||||
for f in ${build_options}; do
|
for f in ${build_options}; do
|
||||||
[[ "${options[$f]}" -eq 1 ]] || printf '~'
|
[[ "${options[$f]}" -eq 1 ]] || printf '~'
|
||||||
printf '%s\n' "$f"
|
printf '%s\n' "$f"
|
||||||
done | sort
|
done | sort | tr -s '\n' ' '
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue