Skip to content

Commit

Permalink
troubleshoot script: use absolute path when verifying link
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPeters1024 committed Oct 22, 2020
1 parent dde864b commit 85b078b
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 85b078b

Please sign in to comment.