On 02/07/13 04:48, Junio C Hamano wrote: > Chris Packham <[email protected]> writes: > >> + !*) >> + command="$(expr "$update_module" : '!\(.*\)')" > > command=${command#!} >
Thanks, expr was my attempt to avoid using a ${command:1} bash-ism. v3
on it's way.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html

