aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index b31756e..f140997 100755
--- a/install.sh
+++ b/install.sh
@@ -11,7 +11,7 @@ install_python_venv() {
SHORT=${LONG//\./}
PYTHON_BIN=$(command -v "python$LONG" || true)
- if [ -n $PYTHON_BIN ]; then
+ if [ -n "$PYTHON_BIN" ]; then
PYTHON_DIR=~/opt/python$SHORT
PIP_BIN=$PYTHON_DIR/bin/pip$LONG