K 10 svn:author V 3 mat K 8 svn:date V 27 2018-06-01T16:20:42.108461Z K 7 svn:log V 390 SC2091: Remove surrounding $() to avoid executing output. ShellCheck has detected that you have a command that just consists of a command substitution. This is typically done in order to try to get the shell to execute a command, because $(..) does indeed execute commands. However, it's also replaced by the output of that command. PR: 227109 Submitted by: mat Sponsored by: Absolight END