mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
13 lines
266 B
Diff
13 lines
266 B
Diff
--- ./bin/internal/content_aware_hash.sh.orig
|
|
+++ ./bin/internal/content_aware_hash.sh
|
|
@@ -13,6 +13,9 @@
|
|
|
|
set -e
|
|
|
|
+echo '0000000000000000000000000000000000000000'
|
|
+exit 0
|
|
+
|
|
FLUTTER_ROOT="$(dirname "$(dirname "$(dirname "${BASH_SOURCE[0]}")")")"
|
|
|
|
unset GIT_DIR
|