From 6e32f052c8124532348f080a18a2622eccf6b1ca Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Sat, 23 Jun 2018 17:28:59 +0200 Subject: [PATCH] Use proper function name on fatal error Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index 60499180d..b87ed793c 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -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