t / t4018 / cpp-union-definitionon commit t/t5303-pack-corruption-resilience.sh: use the $( ... ) construct for command substitution (a64d080)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};