Browse Source

Dependency update script compatible with mac

Fixes: gh-7321
Eleftheria Stein 6 năm trước cách đây
mục cha
commit
c9da41bc52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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