aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ThirdPartyInstaller2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ThirdPartyInstaller b/bin/ThirdPartyInstaller
index 7fd6b30..bcbf6d5 100755
--- a/bin/ThirdPartyInstaller
+++ b/bin/ThirdPartyInstaller
@@ -34,7 +34,7 @@ function fetch_package() {
${wget_cmd} -c "${inputfile}" -O "${goboTemp}/${filename}" || Die "Error downloading package."
echo "${goboTemp}/${filename}"
else
- echo "$inputfile"
+ echo "$(readlink -f $inputfile)"
fi
}