clean up a bit and fix scripts
This commit is contained in:
parent
be6aabb4eb
commit
f870853630
6 changed files with 15 additions and 6 deletions
|
|
@ -1,9 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e pipefail
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [ -z ${EDITION+x} ]; then
|
||||
EDITION=$1
|
||||
export EDITION=$1
|
||||
fi
|
||||
|
||||
# comma seperated list of features for the specified version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue