[no subject]
From: April John
Date: Sun Oct 01 2023 - 09:08:43 EST
Subject: [PATCH] /bin/dmesg to dmesg Path
To: linux-kernel@xxxxxxxxxxxxxxx
Dmesg is not in every distro at /bin/dmesg, in NixOS for example, this fails,
but the path should in most cases contain dmesg.
This follows the example of replacing /bin/bash with bash Path in the codebase.
Signed-off-by: April John <april@xxxxxxxx>