t / t4018 / cpp-union-definitionon commit contrib/examples/git-revert.sh: use the $( ... ) construct for command substitution (bc32bac)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};