From ff9b0b539e5617378de5e5fc04e727f89bfb0e1d Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Fri, 5 Aug 2016 14:21:21 -0600 Subject: toolchain: Fix SPIRV-Headers update script Without specifying a branch, git pull fails. --- update_external_sources.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_external_sources.sh b/update_external_sources.sh index f9f94ec3..fa740a64 100755 --- a/update_external_sources.sh +++ b/update_external_sources.sh @@ -60,6 +60,7 @@ function update_spirv-tools () { else cd $BASEDIR/spirv-tools/external/spirv-headers git fetch --all + git checkout master git pull fi } -- cgit v1.2.3