summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install-qa-check.d/60pkgconfig')
-rw-r--r--bin/install-qa-check.d/60pkgconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install-qa-check.d/60pkgconfig b/bin/install-qa-check.d/60pkgconfig
index e275e1ee2..20acaa7fb 100644
--- a/bin/install-qa-check.d/60pkgconfig
+++ b/bin/install-qa-check.d/60pkgconfig
@@ -109,7 +109,7 @@ pkgconfig_check() {
local is_pms_ver=false
if [[ ${QA_PKGCONFIG_VERSION} =~ ${pms_ver_re} ]] ; then
# Ensure that ver_test is available.
- [[ $(type -f ver_test) == function ]] || inherit eapi7-ver
+ [[ $(type -t ver_test) == function ]] || inherit eapi7-ver
is_pms_ver=true
fi