K 10 svn:author V 3 mat K 8 svn:date V 27 2018-06-01T16:20:51.538468Z K 7 svn:log V 302 SC2155: Declare and assign separately to avoid masking return values. In the original code, the return value of mycmd is ignored, and export will instead always return true. This may prevent conditionals, set -e and traps from working correctly. PR: 227109 Submitted by: mat Sponsored by: Absolight END