K 10 svn:author V 3 mat K 8 svn:date V 27 2018-06-01T16:20:39.078720Z K 7 svn:log V 400 SC2163: Exporting an expansion rather than a variable. export takes a variable name, but shellcheck has noticed that you give it an expanded variable instead. The problematic code does not export MYVAR but a variable called foo if any. Add exception when using indirections where the variable to extract is actually the value of the variable. PR: 227109 Submitted by: mat Sponsored by: Absolight END