Make kopts respect whitespace

This commit is contained in:
2023-01-31 17:53:35 -05:00
parent 97f6e0a927
commit 941b51da0f
2 changed files with 4 additions and 2 deletions

View File

@@ -706,7 +706,7 @@ fromSource() {
# Write options to config seed file
for opt in "${config_opts[@]}"; do
debug "Writing $opt to $seed_file"
echo "$opt" >> "$seed_file"
echo "$opt" | xargs args >> "$seed_file"
done
# TODO for now symlink clang for qosify