Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scripts: make shellcheck a bit happier on verify.sh
I am still getting: ``` In scripts/debian/verify.sh line 47: && echo 'OK: ALL WORKED FINE!' || (echo 'KO: ERROR!!!' && exit 1) ^-- SC2015 (info): Note that A && B || C is not if-then-else. C may run when A is true. For more information: https://www.shellcheck.net/wiki/SC2015 -- Note that A && B || C is not if-t... ```
- Loading branch information