Remove an extra \$ from the EbuildQuote.var_reference regex
authorZac Medico <zmedico@gentoo.org>
Fri, 2 Nov 2007 07:30:30 +0000 (07:30 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 2 Nov 2007 07:30:30 +0000 (07:30 -0000)
commitbea9112ac47676a51e47f6bcf7bbce001ca8675b
tree67d236604c70789e94b2b974e0a8c4ccdf6f221c
parentdd134813921499946a6c05a859c0c5bc6fa84473
Remove an extra \$ from the EbuildQuote.var_reference regex
so that it will properly match things like variable references
without braces, like $S. (trunk r8354)

Properly escape { and } characters in regular expressions even
though it seems to work either way. (trunk r8355)

svn path=/main/branches/2.1.2/; revision=8377
bin/repoman