mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
env.sh: Handle no flavor being specified
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user