Suggested by shellcheck (`make check`).
Signed-off-by: Eric Engestrom <[email protected]>
---
dim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dim b/dim
index 2e22fefa8867..75ce55188af4 100755
--- a/dim
+++ b/dim
@@ -2002,7 +2002,7 @@ function dim_add_missing_cc
return
fi
- git show | scripts/get_maintainer.pl --email --norolestats
--pattern-depth 1 | while read cc; do
+ git show | scripts/get_maintainer.pl --email --norolestats
--pattern-depth 1 | while read -r cc; do
email="$(email_get_address "$cc")"
name="$(email_get_name "$cc")"
--
Cheers,
Eric
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx