Check for ctags and cproto before starting any work
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
# Requires ctags and cproto.
|
||||
#
|
||||
|
||||
command -v "ctags" || { echo "${0##*/}: ctags: command not found" 1>&2; exit 1; }
|
||||
command -v "cproto" || { echo "${0##*/}: cproto: command not found" 1>&2; exit 1; }
|
||||
|
||||
OFFS=$1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user