shlib.sh: provide a means to get only the 'var_...=' settings
commit027224d0ad8d8578c6fba4054f3810e3099e74bb
authorKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 13:24:04 +0000 (29 06:24 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 13:24:04 +0000 (29 06:24 -0700)
tree204e78bcc4f6758e6b12962712997d6d91be54d2
parent7fcbf7344be5bc441bed38e42f93794c27644601
shlib.sh: provide a means to get only the 'var_...=' settings

The various 'var_...=...' values are computed based on other
values and normally appended to the list of all the scalar
values extracted from Girocco::Config.

Make it possible to retrieve just the list of 'var_...=...'
values without the prepended scalars from Girocco::Config.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
shlib.sh