summaryrefslogtreecommitdiff
path: root/eclass/python-utils-r1.eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-06-04 02:48:27 +0200
committerMichał Górny <mgorny@gentoo.org>2025-06-04 04:06:30 +0200
commit2713fd8dcf633dce3fffd53adc96814983645892 (patch)
tree543521123b94b33abf3a6594e79549a23a8d4c84 /eclass/python-utils-r1.eclass
parent0c2141d8366753a35b80e7b0b841a95c53a36e84 (diff)
downloadgentoo-2713fd8dcf633dce3fffd53adc96814983645892.tar.gz
gentoo-2713fd8dcf633dce3fffd53adc96814983645892.tar.bz2
gentoo-2713fd8dcf633dce3fffd53adc96814983645892.zip
python-utils-r1.eclass: Remove full stop from python_fix_shebang
Remove full stop from python_fix_shebang message, as requested by sam. Signed-off-by: Michał Górny <mgorny@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/41560 Closes: https://github.com/gentoo/gentoo/pull/41560 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r--eclass/python-utils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 1638a48b17b9..840b820d0056 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1057,7 +1057,7 @@ python_fix_shebang() {
fi
if [[ ! ${quiet} ]]; then
- einfo "Fixing shebang in ${f#${D}}."
+ einfo "Fixing shebang in ${f#${D}}"
fi
if [[ ! ${error} ]]; then