Fix funky whitespace for kopts

This commit is contained in:
2023-01-31 18:05:40 -05:00
parent 335dd8e56f
commit 462593f523

View File

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