Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574220
Collapse All | Expand All

(-)a/maintainer-needed.sh (-2 / +1 lines)
Lines 9-15 cleanup () { Link Here
9
	[[ -e ${tmpfile} ]] && rm ${tmpfile}
9
	[[ -e ${tmpfile} ]] && rm ${tmpfile}
10
}
10
}
11
11
12
portageq --no-filters --maintainer-email=maintainer-needed@gentoo.org -n > ${tmpfile} || { cleanup; exit 1; }
12
portageq --no-filters --orphaned -n > ${tmpfile} || { cleanup; exit 1; }
13
13
14
echo """
14
echo """
15
<html>
15
<html>
16
- 

Return to bug 574220