fixheadtails.eclass: fix whitespace in output

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-28 07:54:26 +01:00
parent 0766662706
commit afe73b16f6

View File

@@ -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!"
}