projects
/
platform
/
upstream
/
Vulkan-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6cea51
)
toolchain: Fix SPIRV-Headers update script
author
Cody Northrop
<cnorthrop@google.com>
Fri, 5 Aug 2016 20:21:21 +0000
(14:21 -0600)
committer
Karl Schultz
<karl@lunarg.com>
Tue, 9 Aug 2016 16:53:39 +0000
(10:53 -0600)
Without specifying a branch, git pull fails.
update_external_sources.sh
patch
|
blob
|
history
diff --git
a/update_external_sources.sh
b/update_external_sources.sh
index
f9f94ec
..
fa740a6
100755
(executable)
--- 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
}