mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
fixheadtails.eclass: fix whitespace in output
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -43,5 +43,5 @@ ht_fix_all() {
|
||||
MATCHES=$(grep -l -s -i -R -e "head -[ 0-9]" -e "tail [+-][ 0-9]" * | sort -u)
|
||||
[[ -n ${MATCHES} ]] \
|
||||
&& ht_fix_file ${MATCHES} \
|
||||
|| einfo "No need for ht_fix_all anymore !"
|
||||
|| einfo "No need for ht_fix_all anymore!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user