From 85b078bfab9b3d3cf56716cf2f0620c2498e29ed Mon Sep 17 00:00:00 2001 From: HugoPeters1024 Date: Fri, 23 Oct 2020 00:24:29 +0200 Subject: [PATCH] troubleshoot script: use absolute path when verifying link --- Troubleshoot/ihp-troubleshoot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshoot/ihp-troubleshoot b/Troubleshoot/ihp-troubleshoot index d908eba35..2b480bebc 100755 --- a/Troubleshoot/ihp-troubleshoot +++ b/Troubleshoot/ihp-troubleshoot @@ -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