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

Cc: Jani Nikula <jani.nik...@intel.com>
Cc: Daniel Vetter <daniel.vet...@ffwll.ch>
Cc: Joonas Lahtinen <joonas.lahti...@linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com>
---
 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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to