Removed (for travis) unknown command "realpath" from the build script

canary
WolverinDEV 2020-04-09 23:14:11 +02:00
parent 702f0bae43
commit ebc496200d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function handle_failure() {
echo "Exit code : $1"
echo "Error message: ${*:2}"
if [[ ${build_verbose} -eq 0 ]] && [[ "$error" != "" ]]; then
echo "Command log : (lookup \"$(realpath --relative-to="$(pwd)" "${LOG_FILE}")\" for detailed output!)"
echo "Command log : (lookup \"${LOG_FILE}\" for detailed output!)"
echo "$error" | grep -E '^[^(/\S*/libstdc++.so\S*: no version information available)].*'
fi
echo "--------------------------- [ERROR] ---------------------------"