diff --git a/build-python.sh b/build-python.sh index b5a609d..2fd554d 100644 --- a/build-python.sh +++ b/build-python.sh @@ -178,7 +178,7 @@ show=$1 vers=$2 logs=$3 time=$(date +%s) -cd "$(dirname "$(realpath "$0")")" || cd "${HOME}" || execerror "cd" +cd "${HOME}" || execerror "cd" if [ -z "${logs}" ]; then logs=/dev/null elif [ ! -e "${logs}" ]; then