debug "sh <(curl -s https://.../build-python.sh)"
This commit is contained in:
parent
81de2d24df
commit
f2cbff408e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user