Changes single quotes to backticks in dkms-install.sh

This commit is contained in:
Mike Coles 2019-04-08 10:42:49 -04:00 committed by GitHub
parent 24e640078a
commit f4239bf848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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