Michael Loeffler <zvpunry@xxxxxxxxxx> writes: > There was a little bug in the brace expansion which should remove > the ^{} from the tagname. It used ${name#'^{}'} instead of $(name%'^{}'}, > the difference is that '#' will remove the given pattern only from the > beginning of a string and '%' only from the end of a string. Thanks. Shows that I do not use post 80's shell features ;-). - 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