diff options
author | Scott Moser <smoser@brickies.net> | 2017-02-24 22:42:50 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-02-24 22:46:32 -0500 |
commit | cff1335be979fd1be5512d241ab861cfe70d82f0 (patch) | |
tree | 1e73dbc1cfd02214a0b65a0ea36559d85cc93df2 /packages | |
parent | 5551e8fc40ba37f0bd133f9478a8db8ce9f79dd7 (diff) | |
download | vyos-cloud-init-cff1335be979fd1be5512d241ab861cfe70d82f0.tar.gz vyos-cloud-init-cff1335be979fd1be5512d241ab861cfe70d82f0.zip |
tools/ds-identify: use quotes in local declarations.
The following can have cause issue:
FOO="bar ; wark"
showit() {
local b=$FOO
echo $b
}
4: local: ;: bad variable name
The answer is just to use more quotes.
Diffstat (limited to 'packages')
0 files changed, 0 insertions, 0 deletions