about summary refs log tree commit diff
path: root/pkgs/development/compilers/flutter/versions/3_19/patches/disable-auto-update-shared.patch
blob: 961b41f7327c975891a0c88686366786c49747d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bin/internal/shared.sh b/bin/internal/shared.sh
index 75d9d3013e..657ad3cb78 100644
--- a/bin/internal/shared.sh
+++ b/bin/internal/shared.sh
@@ -245,7 +245,7 @@ function shared::execute() {
   # and will corrupt each others' downloads.
   #
   # SHARED_NAME itself is prepared by the caller script.
-  upgrade_flutter 7< "$SHARED_NAME"
+  # upgrade_flutter 7< "$SHARED_NAME"
 
   BIN_NAME="$(basename "$PROG_NAME")"
   case "$BIN_NAME" in