From e382025b683f7e2644514c6f6fd823f3c0796496 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Sun, 16 Oct 2016 09:35:31 -0500 Subject: [PATCH] fixed spacing with some files --- .bash_functions | 3 +-- install/python.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.bash_functions b/.bash_functions index 8006d11..f1fa3c3 100644 --- a/.bash_functions +++ b/.bash_functions @@ -69,8 +69,7 @@ cx() ssl() -{ - +{ openssl s_client -connect $1:443 } diff --git a/install/python.sh b/install/python.sh index a7587e2..55eb8ac 100755 --- a/install/python.sh +++ b/install/python.sh @@ -5,7 +5,6 @@ # https://www.python.org/downloads/ py_version=2.7.12 -pip_version=2.7 download_url=https://www.python.org/ftp/python/2.7.12/Python-${py_version}.tar.xz # download the python version and extract it