Actually do the subtree pull instead of just notifying the user

This commit is contained in:
Daniel J. Hofmann 2015-08-19 20:22:57 +02:00 committed by Patrick Niklaus
parent 3d84dbc73f
commit cb4e7614ee

View File

@ -16,6 +16,6 @@ read -p "Looks good? (Y/n) " ok
if [[ $ok =~ [yY] ]] if [[ $ok =~ [yY] ]]
then then
echo git subtree pull -P third_party/libosmium/ $OSMIUM_REPO $OSMIUM_TAG --squash git subtree pull -P third_party/libosmium/ $OSMIUM_REPO $OSMIUM_TAG --squash
echo git subtree pull -P third_party/variant/ $VARIANT_REPO $VARIANT_TAG --squash git subtree pull -P third_party/variant/ $VARIANT_REPO $VARIANT_TAG --squash
fi fi