Skip to content

Commit

Permalink
gen_compat_def: Fix compilation when CDPATH is set.
Browse files Browse the repository at this point in the history
Fixes #125. Thanks to xtaran @ github.
  • Loading branch information
aabc committed Oct 5, 2019
1 parent 9bd9f5a commit 603e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_compat_def
Expand Up @@ -17,7 +17,7 @@ eval $(grep ^KDIR Makefile | tr -d ' ')

WD=cc-test-build
mkdir -p $WD
cd $WD || fatal "cannot cd to $WD"
cd ./$WD || fatal "cannot cd to $WD"

kbuild_test_compile() {
local cmd
Expand Down

0 comments on commit 603e265

Please sign in to comment.