Addressed whines from "shellcheck -s sh"

pull/58/head
Miles Goodhew 2023-01-25 23:17:49 +11:00
parent 8fe4a3bc2a
commit 7e932ac90d
1 changed files with 1 additions and 1 deletions

View File

@ -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 }')