diff options
Diffstat (limited to 'aux/workflow/assert-changelog.sh')
-rwxr-xr-x | aux/workflow/assert-changelog.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aux/workflow/assert-changelog.sh b/aux/workflow/assert-changelog.sh index 0bccc55..11088a8 100755 --- a/aux/workflow/assert-changelog.sh +++ b/aux/workflow/assert-changelog.sh @@ -2,6 +2,7 @@ set -eu TLD="$(cat aux/tld.txt)" +PROJECT_UC= while getopts 'n:N:' flag; do case "$flag" in n) |