Merge pull request #188 from radarhere/submodule

Combined git submodule commands
This commit is contained in:
Hugo van Kemenade 2021-02-06 08:34:28 +02:00 committed by GitHub
commit 5e86561c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@ if [ $# -eq 0 ]; then
fi
git checkout master
git submodule init
git submodule update Pillow
git submodule update --init Pillow
cd Pillow
git fetch --all
git checkout $1