Closed dmontaner closed 8 years ago
Hi, David, please tell us your GNU/Linux and versions of stuff that do not support $(uname -r) in this case. PS. I'm merging your PR, thanks.
Well, you've not only changed the $() part, but also changed the operator. Users who set LINUX_HEADER_DIR externally may have issues with it. So more investigation is required, for now I'm reverting the changes back. Please check if really $() -> `` did the thing for you and not operator change or something else?
the $(uname -r) in the first line did not work for me because the variable comes empty.
seems to do the job.
Thanks for the patch.