aboutsummaryrefslogtreecommitdiff
path: root/admin/getmaintdependees
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-09-18 04:59:50 -0400
committerB. Watson <urchlay@slackware.uk>2026-09-18 04:59:50 -0400
commitcb8ad17eff719664b77b8cc3146d22fc7993746e (patch)
treeeddafdd9c38a21ba90e5c46c3f7fef7cae38b30f /admin/getmaintdependees
parent28c95ae2a22408b335f677e5dc43879d9cb0a75d (diff)
downloadsbostuff-cb8ad17eff719664b77b8cc3146d22fc7993746e.tar.gz
sbols: Added.
Diffstat (limited to 'admin/getmaintdependees')
-rwxr-xr-xadmin/getmaintdependees2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/getmaintdependees b/admin/getmaintdependees
index 4e9305b..0abf48d 100755
--- a/admin/getmaintdependees
+++ b/admin/getmaintdependees
@@ -42,7 +42,7 @@ for i in $builds; do
source ./$j.info &>/dev/null || continue
if [ "$MAINTAINER" != "$maint" -a "$EMAIL" != "NOEMAIL" ]; then
can_orphan=no
- echo -n "('$MAINTAINER' $EMAIL) "
+ echo -n "($MAINTAINER <$EMAIL>) "
fi
done
echo