[maintainer-tools PATCH 28/30] qf: SC1083 - Fix another shellcheck complain.

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

 



^-- SC1083: This { is literal. Check expression (missing ;/\n?) or quote it.^

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

diff --git a/qf b/qf
index a42ef4779cab..be234e72fa15 100755
--- a/qf
+++ b/qf
@@ -403,9 +403,9 @@ function qf_pull
 	cd patches
 
 	if [[ $1 == "--rebase" ]] ; then
-		git rebase @{upstream}
+		git rebase "@{upstream}"
 	else
-		git merge @{upstream}
+		git merge "@{upstream}"
 	fi
 
 	qf co
-- 
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