mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-26 07:04:12 +00:00
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:
parent
24e640078a
commit
6e61837391
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user