From c9551e33bb1d80eaa0848aebbab8f8ada279ab89 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Jun 2018 16:20:36 +0000 Subject: SC2034: appears unused. Verify it or export it. Variables not used for anything are often associated with bugs, so ShellCheck warns about them. PR: 227109 Submitted by: mat Sponsored by: Absolight --- Mk/Scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk/Scripts') diff --git a/Mk/Scripts/functions.sh b/Mk/Scripts/functions.sh index d62d5436e284..528c24a916ae 100644 --- a/Mk/Scripts/functions.sh +++ b/Mk/Scripts/functions.sh @@ -160,7 +160,7 @@ validate_env() { } export_ports_env() { - local export_vars make_cmd make_env var results value uses + local export_vars make_cmd make_env var value uses if [ -n "${HAVE_PORTS_ENV:-}" ]; then return 0 -- cgit v1.2.3