Suggested by shellcheck (`make check`).

Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com>
---
 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
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to