From d0bb9b3c02eb45768c8befd6af670c793dc83067 Mon Sep 17 00:00:00 2001 From: David Neto Date: Wed, 25 Nov 2020 21:08:37 +0000 Subject: [PATCH] roll-all: Fix args for GNU find(1) Change-Id: I004581a42df5bd719819da36f8222b3cd0de8e7f Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34006 Auto-Submit: David Neto Reviewed-by: Ryan Harrison Commit-Queue: Ryan Harrison --- tools/roll-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/roll-all b/tools/roll-all index 1e329abf9a..36868fa74b 100755 --- a/tools/roll-all +++ b/tools/roll-all @@ -36,7 +36,7 @@ fi old_head=$(git rev-parse HEAD) -for i in $(find third_party -type d -maxdepth 1 -depth 1); do +for i in $(find third_party -maxdepth 1 -mindepth 1 -type d); do name=`echo "${i%%/}" | cut -f2 -d'/' | tr '-' '_'` if [ "x${name}" == "xcpplint" ]; then