From 6e61837391b8cdcef0ada607c9af5bd50a790372 Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Sun, 7 Apr 2019 22:14:01 -0400 Subject: [PATCH] Actually run `pwd` into a variable, instead of just quoting 'pwd' This fixes a bug in DKMS compilation introduced in commit 3fcba157. --- dkms-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkms-install.sh b/dkms-install.sh index d2f06d1..c7c500e 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