]> git.ipfire.org Git - thirdparty/lxc.git/commit
templates/*.in: fixed PATH handling with spaces 3772/head
authorChristian Ratzenhofer <christian.ratzenhofer@cdnm.at>
Tue, 6 Apr 2021 12:39:11 +0000 (14:39 +0200)
committerChristian Ratzenhofer <christian.ratzenhofer@cdnm.at>
Tue, 6 Apr 2021 12:43:11 +0000 (14:43 +0200)
commit655d10ed7f4eff465cf2be1f0a3664f86df7b83c
treed9a46b372ddda43f00ffb3ad76796b64e763fbdf
parent093bfcc83cb5cdacf2f67f69fda404527b9149b8
templates/*.in: fixed PATH handling with spaces

if $PATH already contains a path with a space the append of the
default directories in all template scripts fails with an error
like the following:

/usr/share/lxc/templates/lxc-download: 69: export: (x86)/NVIDIA: bad
variable name

Signed-off-by: Christian Ratzenhofer <christian.ratzenhofer@cdnm.at>
templates/lxc-busybox.in
templates/lxc-download.in
templates/lxc-local.in
templates/lxc-oci.in