Skip to content

Commit

Permalink
Merge pull request #492 from HugoPeters1024/troubleshoot-troubleshoot
Browse files Browse the repository at this point in the history
troubleshoot script: use absolute path when verifying link
  • Loading branch information
mpscholten authored Oct 23, 2020
2 parents 6e9fdc9 + 85b078b commit ec68627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Troubleshoot/ihp-troubleshoot
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
fail "Symlink build/ihp-lib is missing. Try 'make build/ihp-lib' to fix this"
fi

ihplib_link=$(readlink build/ihp-lib)
ihplib_link=$(readlink -f build/ihp-lib)
if [ -d "$ihplib_link" ]; then
ok "Symlink build/ihp-lib target exists"
else
Expand Down

0 comments on commit ec68627

Please sign in to comment.