From f2cbff408ec4d337a7f28d9e6f19dbcaec79568d Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Sun, 26 Mar 2023 12:31:35 +0300 Subject: [PATCH] debug "sh <(curl -s https://.../build-python.sh)" --- build-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-python.sh b/build-python.sh index 178c638..b5a609d 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")")" || execerror "cd" +cd "$(dirname "$(realpath "$0")")" || cd "${HOME}" || execerror "cd" if [ -z "${logs}" ]; then logs=/dev/null elif [ ! -e "${logs}" ]; then