diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-01 16:20:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-01 16:20:45 +0000 |
commit | 2364943f9d8e1a8fe0fc3f2dbd5c53e5dccdbf10 (patch) | |
tree | da5f26159c69c2ca81f755f6c4cbb2aeef2ab7f2 /Mk | |
parent | 644b6c731de09b05fc3bcb02c7bea661c00b1514 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/qa.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 2971f88092eb..b36dce8e5d3a 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -818,6 +818,9 @@ gemdeps() { rc=0 if [ "${PKGBASE%%-*}" = "rubygem" ]; then + # shellcheck disable=SC2153 + # In the heredoc, ${PORTNAME} comes from the environment, not + # to be confused with ${portname} while read -r l; do if [ -n "${l}" ]; then name=${l%% *} |