Procházet zdrojové kódy

Dependency update script compatible with mac

Fixes: gh-7321
Eleftheria Stein před 6 roky
rodič
revize
c9da41bc52
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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