Commit 4a6b4d3
committed
Makefile: handle $GOPATH with a trailing slash
When a $GOPATH contains a trailing slash, the current check for string
equality between the repo root and the computed path does not pass, even
though it should. Passing both sides of the check through `abspath`
makes this check more robust.
Signed-off-by: Steve Kuznetsov <[email protected]>1 parent 1fd6d67 commit 4a6b4d3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments