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

Cc: Jani Nikula <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
---
 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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to