diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-22 23:47:21 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-22 23:47:21 +0000 |
| commit | 5e21ecefa943a046509b5c43964b68f7f71475ae (patch) | |
| tree | 8377343aeaf8ce2206c37ae895b1b0ef302fdf6b /gnu/usr.bin/send-pr | |
| parent | 2c0f14507626ea1fda2fd1a7ab6210a2c06125eb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/send-pr')
| -rw-r--r-- | gnu/usr.bin/send-pr/send-pr.sh | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index faba5d1ce3b1..6729a8e90fe1 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -319,21 +319,13 @@ X-send-pr-version: $VERSION >Submitter-Id: $SUBMITTER >Originator: $ORIGINATOR ->Organization: `if [ -n "$ORGANIZATION" ]; then - echo "$ORGANIZATION" - else - echo "$ORGANIZATION_C" ; - fi ; ` +>Organization: ${ORGANIZATION-$ORGANIZATION_C} >Confidential: $CONFIDENTIAL_C >Synopsis: $SYNOPSIS_C >Severity: $SEVERITY_C >Priority: $PRIORITY_C >Category: $CATEGORY_C ->Release: `if [ -n "$DEFAULT_RELEASE" ]; then - echo "$DEFAULT_RELEASE" - else - echo "$RELEASE_C" - fi ; ` +>Release: ${DEFAULT_RELEASE-$RELEASE_C} >Class: $CLASS_C >Environment: |
