t / t4018 / perl-sub-definitionon commit t9108-git-svn-glob.sh: use the $( ... ) construct for command substitution (38e9476)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}