diff options
Diffstat (limited to 'dev-db/mysql/mysql-5.7.41.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.7.41.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.7.41.ebuild b/dev-db/mysql/mysql-5.7.41.ebuild index 1e3a9dce41a2..51a92cbfc9de 100644 --- a/dev-db/mysql/mysql-5.7.41.ebuild +++ b/dev-db/mysql/mysql-5.7.41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -814,7 +814,7 @@ pkg_config() { local n_X let n_X=${#template}-${#template_wo_X} if [[ ${n_X} -lt 3 ]] ; then - echo "${FUNCNAME[0]}: too few X's in template ‘${template}’" >&2 + echo "${FUNCNAME[0]}: too few X's in template '${template}'" >&2 return fi |