aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-11-16 21:32:05 -0500
committerJames McCoy <jamessan@jamessan.com>2020-11-24 21:26:02 -0500
commit36fe82ff98fe8b8e4658c7fd36f74bc87c869c4c (patch)
treede41ed8e8d83fc4b4af685db59fab5f3d4bfb20c
parent0c022c03ee6177480abac92e80f6fd767500ed95 (diff)
downloadrneovim-36fe82ff98fe8b8e4658c7fd36f74bc87c869c4c.tar.gz
rneovim-36fe82ff98fe8b8e4658c7fd36f74bc87c869c4c.tar.bz2
rneovim-36fe82ff98fe8b8e4658c7fd36f74bc87c869c4c.zip
env.sh: Handle no flavor being specified
-rwxr-xr-x.github/workflows/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/env.sh b/.github/workflows/env.sh
index 84f26f949e..d038c4b607 100755
--- a/.github/workflows/env.sh
+++ b/.github/workflows/env.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e -u
-FLAVOR=$1
+FLAVOR=${1:-}
cat <<EOF >> "$GITHUB_PATH"
$HOME/.local/bin