diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-10-11 00:34:26 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-10-11 00:34:26 -0400 |
| commit | b26c6ae879c387c930898c60266e2632d9f65278 (patch) | |
| tree | 91eb71425f461bdc3670d7eba6bb77333580b97c | |
| parent | 3eb457a082d5fb6d4ec90d41c135ef3f2632870c (diff) | |
| download | sbostuff-b26c6ae879c387c930898c60266e2632d9f65278.tar.gz | |
sbonewmaint: use NOEMAIL when orphaning builds.
| -rwxr-xr-x | sbonewmaint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbonewmaint b/sbonewmaint index 742edb5..ec40774 100755 --- a/sbonewmaint +++ b/sbonewmaint @@ -15,7 +15,7 @@ if [ "$NAME" = "me" -a "$EMAIL" = "" ]; then EMAIL="$SBO_EMAIL" elif [ "$NAME" = "nobody" -o "$NAME" = "orphaned" ]; then NAME="orphaned - no maintainer" - EMAIL="nobody@nowhere.com" + EMAIL="NOEMAIL" fi if [ "$NAME" = "" -o "$NAME" = "--help" -o "$EMAIL" = "" ]; then |
