From 7e932ac90dec100bcc4cd3a41077ced25588e123 Mon Sep 17 00:00:00 2001 From: Miles Goodhew Date: Wed, 25 Jan 2023 23:17:49 +1100 Subject: [PATCH] Addressed whines from "shellcheck -s sh" --- dkms-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkms-make.sh b/dkms-make.sh index 8cbd783..0689c87 100755 --- a/dkms-make.sh +++ b/dkms-make.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # SMEM needs to be set here if dkms build is not initiated by install-driver.sh SMEM=$(LANG=C free | awk '/Mem:/ { print $2 }')