Explorar o código

Dependency update script compatible with mac

Fixes: gh-7321
Eleftheria Stein %!s(int64=6) %!d(string=hai) anos
pai
achega
c9da41bc52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/update-dependencies.sh

+ 1 - 1
scripts/update-dependencies.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 rm -f build/updates.txt
 ./gradlew dependencyUpdate -Drevision=release
-find -name report.txt | xargs cat > build/updates.txt
+find . -name report.txt | xargs cat > build/updates.txt
 echo "Updates...."
 cat build/updates.txt | fgrep ' ->' | sort | uniq