syntax error -z after variable
Consider splitting mac and linux install scripts into separate files
This commit is contained in:
parent
3bc96c16ac
commit
1da61720e9
2
setup.sh
2
setup.sh
@ -17,7 +17,7 @@ function check_installed_python() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z ${PYTHON} ]; then
|
if [ ${PYTHON} -z ]; then
|
||||||
echo "No usable python found. Please make sure to have python3.6 or python3.7 installed"
|
echo "No usable python found. Please make sure to have python3.6 or python3.7 installed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user