Actually run pwd into a variable, instead of just quoting 'pwd'

This fixes a bug in DKMS compilation introduced in commit 3fcba157.
This commit is contained in:
Martin Kennedy 2019-04-07 22:14:01 -04:00
parent 24e640078a
commit 6e61837391

View File

@ -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