diff --git a/maintainers/scripts/vanity.sh b/maintainers/scripts/vanity.sh index a6e82e039422..b879488165df 100755 --- a/maintainers/scripts/vanity.sh +++ b/maintainers/scripts/vanity.sh @@ -76,20 +76,20 @@ echo "$maintainers" | cut -f 2 | sed -e 's@.*@ + ?y. - ?x ?g. + select ?x ?y ?g where { + ?x + ?y. + ?x ?g. } - " | tail -n +2 | + " | tail -n +2 | sed -re 's@@@g;' | sort -k 2,3 -t ' ' )" github_name_list="$( "$sparql" --results=TSV --data="$n3" " - select ?x ?y where { - ?x (+ / ) ?y. + select ?x ?y where { + ?x (+ / ) ?y. } - " | tail -n +2 | + " | tail -n +2 | sed -re 's@@@g;' )"