mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update lockfile_changed script to search for all lockfiles.
This commit is contained in:
parent
21417f5cd3
commit
968346d907
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ set -o errexit
|
|||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
diff="$(git diff -- */*/Cargo.lock)"
|
||||
diff="$(find . -name 'Cargo.lock' -print0 | xargs -0 git diff)"
|
||||
echo "${diff}"
|
||||
[[ -z "${diff}" ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue