[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash ini builtin implementation feedback
From: |
Greg Wooledge |
Subject: |
Re: Bash ini builtin implementation feedback |
Date: |
Thu, 1 Jul 2021 10:26:11 -0400 |
On Thu, Jul 01, 2021 at 09:15:43AM -0500, Jesse Hathaway wrote:
> "Reads an ini config from stdin input into a set of associative arrays.",
> "The sections of the ini config are added to an associative array",
> "specified by the `-a TOC` argument. The keys and values are then added
> to",
> "associate arrays prefixed by the `TOC` name and suffixed by their ini",
> "section name, `<TOC>_<INI_SECTION_NAME>`.",
What happens if the section name is not a valid variable name? E.g.
if it contains a hyphen?