install.sh: validate paths used when preprocessing scripts
commit1b5c0ed16deeb30286c0fea3e02ea332ba6c4633
authorKyle J. McKay <mackyle@gmail.com>
Sun, 7 Feb 2021 15:38:17 +0000 (7 08:38 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 7 Feb 2021 15:38:17 +0000 (7 08:38 -0700)
treeda86c92600c73a5cbb31f4e1941e69ccdd279ead
parent7c389e9812f8b0ee6c69d07d26170a5c3db0a780
install.sh: validate paths used when preprocessing scripts

Add an initial check to validate that all the paths used to identify
scripts being preprocessed are absolute paths.  This also allows
them to be laundered of any taint at the same time.

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