aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-02-09 23:22:33 +0100
committerbozo.kopic <bozo@kopic.xyz>2022-02-09 23:22:33 +0100
commit1d6736e0c354451fd6f072bb7c145c3d5f7aba9f (patch)
tree038811b3ec8a1fa5c771935600332b82a7b710e2 /install.sh
parentdefd3c898817055c37b00f65b549e5d816cec395 (diff)
.
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