From 3ea535d21860e01ccede623a83e55fc042982e3c Mon Sep 17 00:00:00 2001 From: kaosushijin Date: Mon, 8 Apr 2019 00:32:33 -0400 Subject: [PATCH] pwd failure caused build to fail Apostrophes should have been grave accents. --- dkms-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkms-install.sh b/dkms-install.sh index d2f06d1..1a5e394 100755 --- a/dkms-install.sh +++ b/dkms-install.sh @@ -7,7 +7,7 @@ else echo "About to run dkms install steps..." fi -DRV_DIR='pwd' +DRV_DIR=`pwd` DRV_NAME=rtl8812au DRV_VERSION=5.3.4