Junio, good day. Fri, May 01, 2009 at 11:26:17AM -0700, Junio C Hamano wrote: > Eygene Ryabinkin <rea-git@xxxxxxxxxxx> writes: > > > @@ -54,6 +56,20 @@ poke() { > > test-chmtime +1 "$1" > > } > > > > +# We need this, because we should pass empty configuration directory to > > +# the 'svn commit' to avoid automated property changes and other stuff > > +# that could be set from user's configuration files in ~/.subversion. > > +svn_cmd () { > > + local cmd > > Does this work without your /bin/sh being bash? Yes. Naturally speaking, my /bin/sh isn't bash, but I had substituted it with the binary of bash 4.0.10(2) and it works. Moreover, I had just run t/t9100-*.sh on the RHEL 4.x -- works too. What are your concerns, 'local'? -- Eygene -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html