[maintainer-tools PATCH 22/30] qf: SC2068 - Fix another shellcheck complain.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



^-- SC2068: Double quote array expansions to avoid re-splitting elements.

Cc: Daniel Vetter <daniel.vetter@xxxxxxxx>
Cc: Jani Nikula <jani.nikula@xxxxxxxxx>
Cc: Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx>
---
 qf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qf b/qf
index 30feec1b75e1..48dfe20b1693 100755
--- a/qf
+++ b/qf
@@ -59,7 +59,7 @@ function cd_toplevel
 function quiet_pop_all
 {
 	echo Popping patches ...
-	quilt pop -a -q $@ > /dev/null || test $? = 2
+	quilt pop -a -q "$@" > /dev/null || test $? = 2
 }
 
 function repo_check # allow-detached
-- 
2.13.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux