Browse Source
The script runs under 'set -u' so we have to use "${SKIP_DCH:-}"
to make sure the script doesn't fail if SKIP_DCH is *not* set
(being the default usually).
We already check for 'true' in different settings, so let's keep
it homogeneous and use 'true' instead of '1'.
Also inform the user about when SKIP_DCH is being used to make
debugging easier.
Related to previous commit (201ec1e378
).
merge-requests/109/head

1 changed files with 23 additions and 21 deletions
Loading…
Reference in new issue