mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +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
|
#!/bin/bash
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
FLAVOR=$1
|
FLAVOR=${1:-}
|
||||||
|
|
||||||
cat <<EOF >> "$GITHUB_PATH"
|
cat <<EOF >> "$GITHUB_PATH"
|
||||||
$HOME/.local/bin
|
$HOME/.local/bin
|
||||||
|
Reference in New Issue
Block a user