]> git.ipfire.org Git - thirdparty/kmod.git/commit
Use $(uname -r) throughout
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 28 Jan 2026 15:21:10 +0000 (15:21 +0000)
committerLucas De Marchi <demarchi@kernel.org>
Mon, 9 Feb 2026 15:55:41 +0000 (09:55 -0600)
commit02cae7715eded4d0b4ea2f539670838f013ff849
tree1e4be963381a70e20cd9830e9b275efda93efb4c
parentc901291c03522558c1f04de96d4f4aef9f89fdeb
Use $(uname -r) throughout

The backtick notation is considered deprecated, I believe. We already
have a handful of $(...) instances, so if nothing else it's better to
stay consistent.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/pull/416
Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
libkmod/libkmod.h
man/modprobe.8.scd
testsuite/testsuite.h
tools/modinfo.c
tools/modprobe.c