K 10 svn:author V 3 mat K 8 svn:date V 27 2018-06-08T09:26:20.576011Z K 7 svn:log V 554 SC2046: Quote this to prevent word splitting. When command expansions are unquoted, word splitting and globbing will occur. This often manifests itself by breaking when filenames contain spaces. Trying to fix it by adding quotes or escapes to the data will not work. Instead, quote the command substitution itself. If the command substitution outputs multiple pieces of data, use a loop instead. Add an exception when using set -- where splitting is intended. PR: 227109 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight END