Skip to content
Snippets Groups Projects
Commit 7edc154e authored by Rodrigo Vivi's avatar Rodrigo Vivi
Browse files

qf: SC1083 - Fix another shellcheck complain.


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

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 6f8a4a6b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment