]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
test-pattchet: add a couple quotes
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 6 Mar 2014 10:20:15 +0000 (12:20 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 6 Mar 2014 11:38:09 +0000 (13:38 +0200)
The previous patch forgot to quote the "target" variable expansion, and this
patch fixes this minor imperfection.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
aiaiai-test-patchset

index 0daa1ca3741be12d75c0ee1d59675d43e23fdaa7..82cafc7700d168a7ad6c380ce73e5b6a3b9567b2 100755 (executable)
@@ -190,7 +190,7 @@ test_configuration()
        aiaiai-make-kernel $verbose $sparse $smatch $cppcheck $coccinelle -o "$obj1" \
                --check-only "$mod_files" -j "$jobs" $arch_opt -D "$defconfig" \
                -O "$log1.stdout.log" -E "$log1.stderr.log" --keep-going \
-               ${kmake_opts:+-M "$kmake_opts"} -- "$cloned_kernel1" $targets
+               ${kmake_opts:+-M "$kmake_opts"} -- "$cloned_kernel1" "$targets"
 
        verbose "Done with non-patched kernel"
 
@@ -212,7 +212,7 @@ test_configuration()
        aiaiai-make-kernel $verbose $sparse $smatch $cppcheck $coccinelle -o "$obj2" \
                --check-only "$mod_files" -j "$jobs" $arch_opt -D "$defconfig" \
                -O "$log2.stdout.log" -E "$log2.stderr.log" \
-               ${kmake_opts:+-M "$kmake_opts"} -- "$cloned_kernel2" $targets
+               ${kmake_opts:+-M "$kmake_opts"} -- "$cloned_kernel2" "$targets"
 
        verbose "Done with patched kernel"