dependency checks on 2.2

This commit is contained in:
phanes
2023-02-18 22:19:08 -05:00
parent a64a366e80
commit d0eee09fdc
3 changed files with 16 additions and 4 deletions

View File

@@ -1,2 +1,14 @@
TERM=xterm
set -a
TERM=xterm-256color
COLORTERM=truecolor
PATH=
LANG=C
PATH=/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin
function echofail() {
echo
echo "FAILED: $1"
echo
exit 1
}