t / t4018 / cpp-union-definitionon commit t9108-git-svn-glob.sh: use the $( ... ) construct for command substitution (38e9476)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};