diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-09-18 04:59:50 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-09-18 04:59:50 -0400 |
| commit | cb8ad17eff719664b77b8cc3146d22fc7993746e (patch) | |
| tree | eddafdd9c38a21ba90e5c46c3f7fef7cae38b30f /admin/getmaintdependees | |
| parent | 28c95ae2a22408b335f677e5dc43879d9cb0a75d (diff) | |
| download | sbostuff-cb8ad17eff719664b77b8cc3146d22fc7993746e.tar.gz | |
sbols: Added.
Diffstat (limited to 'admin/getmaintdependees')
| -rwxr-xr-x | admin/getmaintdependees | 2 |
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 |
