Release 22.01 #142

Merged
jlecour merged 189 commits from unstable into stable 2022-01-25 18:30:09 +01:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 7cb6dffd6f - Show all commits

View file

@ -10,6 +10,8 @@
# Bash strict mode # Bash strict mode
set -euo pipefail set -euo pipefail
VERSION="21.10"
isDryRun() { isDryRun() {
test "${doDryRun}" = "true" test "${doDryRun}" = "true"
} }

View file

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
VERSION="21.10"
error () { error () {
echo "$0": "$@" >&2 echo "$0": "$@" >&2
exit 1 exit 1