Переглянути джерело

Dependency update script compatible with mac

Fixes: gh-7321
Eleftheria Stein 6 роки тому
батько
коміт
c9da41bc52
1 змінених файлів з 1 додано та 1 видалено
  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