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
|
vers=$2
|
||||||
logs=$3
|
logs=$3
|
||||||
time=$(date +%s)
|
time=$(date +%s)
|
||||||
cd "$(dirname "$(realpath "$0")")" || execerror "cd"
|
cd "$(dirname "$(realpath "$0")")" || cd "${HOME}" || execerror "cd"
|
||||||
if [ -z "${logs}" ]; then
|
if [ -z "${logs}" ]; then
|
||||||
logs=/dev/null
|
logs=/dev/null
|
||||||
elif [ ! -e "${logs}" ]; then
|
elif [ ! -e "${logs}" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user