diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-01-10 06:19:51 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-01-10 04:36:30 +0000 |
| commit | 6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8 (patch) | |
| tree | 6f1b988cacd07d5eabcff5fe0d87e9de0f86e1fe /dev-db/mysql/mysql-8.0.37.ebuild | |
| parent | 3a0ed2c2de603c4e8379e5684fa5dbed605808cd (diff) | |
| download | gentoo-6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8.tar.gz gentoo-6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8.tar.bz2 gentoo-6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8.zip | |
dev-db/mysql: remove non ascii characters from ebuilds
https://github.com/pkgcore/pkgdev/issues/173
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40078
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-8.0.37.ebuild')
| -rw-r--r-- | dev-db/mysql/mysql-8.0.37.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.37.ebuild b/dev-db/mysql/mysql-8.0.37.ebuild index 17cfd6fbc697..8964ad335136 100644 --- a/dev-db/mysql/mysql-8.0.37.ebuild +++ b/dev-db/mysql/mysql-8.0.37.ebuild @@ -732,7 +732,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 |
