gradlew-fdroid: also search ../../gradle/ for wrapper files

https://github.com/geteduroam/android-app/pull/139
This commit is contained in:
Hans-Christoph Steiner 2025-05-17 00:15:44 +02:00
parent 7b6767eb50
commit 9384c5ab70

View file

@ -237,7 +237,7 @@ v_all=${plugin_v[@]}
# Earliest file takes priority # Earliest file takes priority
# Last key takes priority if there are duplicates (matching java.util.Properties) # Last key takes priority if there are duplicates (matching java.util.Properties)
for f in {.,..}/gradle/wrapper/gradle-wrapper.properties; do for f in {.,..,../..}/gradle/wrapper/gradle-wrapper.properties; do
[[ -f $f ]] || continue [[ -f $f ]] || continue
while IFS='' read -r line || [ -n "$line" ]; do while IFS='' read -r line || [ -n "$line" ]; do
line=$(printf "$line" | tr -d '\r') # strip Windows linefeeds line=$(printf "$line" | tr -d '\r') # strip Windows linefeeds