]> git.ipfire.org Git - thirdparty/lxc.git/commit
Replace deprecated backticks with $() construct
authorDiederik de Haas <didi.debian@cknow.org>
Thu, 28 Oct 2021 17:30:05 +0000 (19:30 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 29 Oct 2021 08:07:07 +0000 (10:07 +0200)
commit1ec5939b4aae696f1109875a6ff57e85bda37b25
tree9c4944337ab1795711b2e27e3e2ddf654e891a8d
parentfdfb4a13dec5d23f0c87b64064b092dee5583531
Replace deprecated backticks with $() construct

See https://github.com/koalaman/shellcheck/wiki/SC2006 for details.
Not only uses this the recommended construct, it also makes the code
more uniform as in many other places the $() construct was already used.

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
19 files changed:
coccinelle/run-coccinelle.sh
config/init/common/lxc-containers.in
config/init/common/lxc-net.in
configure.ac
hooks/mountecryptfsroot
src/lxc/cmd/lxc-checkconfig.in
src/lxc/lxc.functions.in
src/tests/lxc-test-apparmor-generated
src/tests/lxc-test-apparmor-mount
src/tests/lxc-test-automount
src/tests/lxc-test-cloneconfig
src/tests/lxc-test-createconfig
src/tests/lxc-test-fuzzers
src/tests/lxc-test-lxc-attach
src/tests/lxc-test-rootfs
src/tests/lxc-test-snapdeps
src/tests/lxc-test-symlink
src/tests/lxc-test-unpriv
templates/lxc-busybox.in