* наб <nabijaczleweli@xxxxxxxxxxxxxxxxxx>, 2023-04-21 04:16:
/etc/bash.bashrc: line 7: PS1: unbound variable
How come? bash is not supposed to read bashrc if the shell is non-interactive (unless you instruct it otherwise).
Makefile:SHELL := /usr/bin/env bash -Eeuo pipefail
Unrelated, but what is /usr/bin/env for? -- Jakub Wilk