From 7b7b2538e03d013084b0efe9cdca31d3f54ae4b2 Mon Sep 17 00:00:00 2001 From: Patrice <38435239+patricegautier@users.noreply.github.com> Date: Thu, 24 Mar 2022 14:26:02 -0700 Subject: [PATCH] Created _Footer (markdown) --- _Footer.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _Footer.md diff --git a/_Footer.md b/_Footer.md new file mode 100644 index 0000000..aac5a7d --- /dev/null +++ b/_Footer.md @@ -0,0 +1,10 @@ +This check is also problematic with namerefs in bash. + +For ex: + +function fn() { + local -n result="$1" + result="some result" +} + +results in a warning that results in unused, when in fact the result is propagated outside of the function.. \ No newline at end of file