[MDEV-31367] Fail on undefined variables in Debian scripts Created: 2023-05-30 Updated: 2023-05-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | None |
| Type: | Task | Priority: | Trivial |
| Reporter: | William Edwards | Assignee: | Tuukka Pasanen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
To prevent issues with undefined variables in Debian scripts such as `postinst` and `postrm`, they should fail on undefined variables with `set -u`. This would have prevented |