From da2915a7b970fff4d2db94e3cdedb504e5a981e5 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Fri, 27 Sep 2024 08:23:06 +0200 Subject: [PATCH] Update 2024-09-27 08:23 OpenBSD/amd64-dalek --- .bin/senddmesg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/senddmesg b/.bin/senddmesg index 245b37c..56a4d97 100755 --- a/.bin/senddmesg +++ b/.bin/senddmesg @@ -5,7 +5,7 @@ TO=dmesg@openbsd.org FROM=sdk@openbsd.org SUBJECT="$1" -if [ -z $SUBJECT ] +if [ -z "$SUBJECT" ] then SUBJECT="$(sysctl -n hw.version) - $(doas what /bsd | grep OpenBSD | cut -d"(" -f1 | tr -d '\t')" fi