summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-04-21 14:11:16 -0700
committerColin Cross <ccross@android.com>2022-04-21 14:25:36 -0700
commit655506b9bdff51e2ae8352b901c5c844ce34e5a3 (patch)
tree5a77e9860f12bcddec100fbc7c6edcd88bd1eeb8
parent3d982efb928a7c2241ab3bef2f7366774dc84867 (diff)
downloadjdk11-655506b9bdff51e2ae8352b901c5c844ce34e5a3.tar.gz
Fix update.sh to remove darwin-arm64
Remove darwin-arm64 so that it can be overwritten during the update. Test: update.sh 8484286 Change-Id: I8fcc5d2d69124e4346ad1d41277d249c88048022
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 72ef070..605c54e 100755
--- a/update.sh
+++ b/update.sh
@@ -55,7 +55,7 @@ git commit -m "Add JDK ${version} to staging
Test: none"
-git rm -rf linux-x86 darwin-x86 manifest.xml
+git rm -rf linux-x86 darwin-x86 darwin-arm64 manifest.xml
git mv staging/* .
rmdir staging
git commit -m "Switch to JDK $version" --edit