[Bug 266820] security/openvn error in rc.d file

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 04 Oct 2022 16:24:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266820

            Bug ID: 266820
           Summary: security/openvn error in rc.d file
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd@bengrimm.net

flags="$(eval echo \${$name}_flags})" 

should be

flags="$(eval echo \${${name}_flags})"

-- 
You are receiving this mail because:
You are the assignee for the bug.