Use proper function name on fatal error

Signed-off-by: Matt Darfeuille <matdarf@gmail.com>
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Matt Darfeuille 2018-06-23 17:28:59 +02:00 committed by Tom Eastep
parent 780eb0402c
commit 6e32f052c8
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -2766,7 +2766,7 @@ determine_capabilities() {
g_tool=$(mywhich $tool)
if [ -z "$g_tool" ]; then
fatal-error "No executable $tool binary can be found on your PATH"
fatal_error "No executable $tool binary can be found on your PATH"
fi
fi