On Thu, May 11, 2006 at 05:51:58AM -0400, Jeff King wrote: > +remote=`get_remote_url "$1"` shift; Oops, this should be: remote=`get_remote_url "$1"`; shift but it actually works fine under dash (a bug in dash?) -Peff - : 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