Unverified Commit d816e72f authored by Ricardo Amador's avatar Ricardo Amador Committed by GitHub

Do not swallow the error from the licenses acceptance (#121243)

parent 4c25587b
...@@ -13,7 +13,7 @@ function error() { ...@@ -13,7 +13,7 @@ function error() {
} }
function accept_android_licenses() { function accept_android_licenses() {
yes "y" | flutter doctor --android-licenses > /dev/null 2>&1 yes "y" | flutter doctor --android-licenses
} }
echo "Flutter SDK directory is: $PWD" echo "Flutter SDK directory is: $PWD"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment