scripts/strip-kmod.sh: replace legacy backticks with $()
This replaces deprecated backticks by more versatile $(...) syntax.
Found with shellcheck.
Signed-off-by: Rosen Penev <[email protected]>
[slightly adjusted commit title, added commit message]
Signed-off-by: Adrian Schmutzler <[email protected]>