From 988ac607d2037f7c97fb8cd3a84e50893fe6ad60 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 6 Feb 2021 08:49:59 +1100 Subject: [PATCH] Combined git submodule commands --- update-pillow-tag.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update-pillow-tag.sh b/update-pillow-tag.sh index 9bf037bd5..31ee10094 100755 --- a/update-pillow-tag.sh +++ b/update-pillow-tag.sh @@ -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