mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
env.sh: Handle no flavor being specified
This commit is contained in:
parent
0c022c03ee
commit
36fe82ff98
2
.github/workflows/env.sh
vendored
2
.github/workflows/env.sh
vendored
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e -u
|
||||
|
||||
FLAVOR=$1
|
||||
FLAVOR=${1:-}
|
||||
|
||||
cat <<EOF >> "$GITHUB_PATH"
|
||||
$HOME/.local/bin
|
||||
|
Loading…
Reference in New Issue
Block a user