Config.pm: perform some validation of paths
commit7dc312c5fac16f0bc1d8023af16feef66a8ac3d6
authorKyle J. McKay <mackyle@gmail.com>
Tue, 28 Nov 2017 21:42:01 +0000 (28 13:42 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 28 Nov 2017 21:42:01 +0000 (28 13:42 -0800)
treeace7235b1a473a3864de53149cc26875cbf83602
parent533f8fa1bfa75f6cf8f84c6681e685fda8302db4
Config.pm: perform some validation of paths

Some of the configured paths must be absolute or bad things could
happen.  One path must not be absolute.

Do the most basic sanity checking on these paths by looking at the
first character to see if they are absolute or not.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm