Explorar el Código

Dependency update script compatible with mac

Fixes: gh-7321
Eleftheria Stein hace 6 años
padre
commit
c9da41bc52
Se han modificado 1 ficheros con 1 adiciones y 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