make-lsp: Check for jq command on startup
This commit is contained in:
parent
3c216356b6
commit
2c0774e4a7
1 changed files with 3 additions and 0 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue