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,10 +1,8 @@
function echofail() {
echo $1
exit 1
}
function mkfaildir() {
echo "Creating directory '$1'."
mkdir -p $1 || echofail "Failed to create '$1' directory."