瀏覽代碼

Fix funky whitespace for kopts

bryan 2 年之前
父節點
當前提交
462593f523
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      openwrtbuilder

+ 2 - 1
openwrtbuilder

@@ -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