From 07352466831b7524ea72e113730a0c3be6825a22 Mon Sep 17 00:00:00 2001 From: Dmitri Vereshchagin Date: Wed, 8 Nov 2017 14:17:48 +0300 Subject: Fix requirements check on Debian-based systems Underscore was missing in function name. --- kerl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerl b/kerl index c250983..45ce070 100755 --- a/kerl +++ b/kerl @@ -339,7 +339,7 @@ _check_required_pkgs() if [ -n "$has_dpkg" -a -n "$has_rpm" ]; then echo "WARNING: You appear to have BOTH rpm and dpkg. This is very strange. No package checks done." elif [ -n "$has_dpkg" ]; then - check_dpkg + _check_dpkg elif [ -n "$has_rpm" ]; then _check_rpm fi -- cgit v1.2.3