env.sh: Handle no flavor being specified

This commit is contained in:
James McCoy 2020-11-16 21:32:05 -05:00
parent 0c022c03ee
commit 36fe82ff98
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e -u
FLAVOR=$1
FLAVOR=${1:-}
cat <<EOF >> "$GITHUB_PATH"
$HOME/.local/bin