Explorar o código

Fix funky whitespace for kopts

bryan %!s(int64=2) %!d(string=hai) anos
pai
achega
462593f523
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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