summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Portage.pm')
-rw-r--r--Portage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Portage.pm b/Portage.pm
index a86e5bb..0815fb2 100644
--- a/Portage.pm
+++ b/Portage.pm
@@ -1055,7 +1055,7 @@ sub _read_sh {
$addvalue =~ s[
\\\n | # backslash-newline
\\(.) | # other escaped characters
- \$({)? # $
+ \$(\{)? # $
$IDENT # followed by an identifier
(?(2)}) # optionally enclosed in braces
][