make-lsp: Check for jq command on startup

This commit is contained in:
Andrew Rogers 2023-10-09 02:41:34 -05:00
commit 2c0774e4a7

View file

@ -6,6 +6,9 @@
. "$(dirname $0)/util/logging.bash"
command -v jq > /dev/null \
|| die 'ERROR: Please install the "jq" command!'
define_usage <<EOU
Usage: $0 [-h] [-C MAKE_DIR] [-f MAKEFILE] [MAKE_TARGET]