diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-07-25 20:03:25 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-07-25 20:03:25 +0200 |
commit | a4427b0eb8933aba3733edfd8fc24582e76716a6 (patch) | |
tree | 32e1b9bd4feae287a742c4bdf65884adb8d37ef4 /scripts | |
parent | * gpgkeys_hkp.c: "Warning" -> "WARNING" (diff) | |
download | gnupg2-a4427b0eb8933aba3733edfd8fc24582e76716a6.tar.xz gnupg2-a4427b0eb8933aba3733edfd8fc24582e76716a6.zip |
* gnupgbug: "Warning" -> "WARNING"
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ChangeLog | 4 | ||||
-rw-r--r-- | scripts/gnupgbug | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index a4bc67f72..99fd66604 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2002-07-25 David Shaw <dshaw@jabberwocky.com> + + * gnupgbug: "Warning" -> "WARNING" + 2002-07-01 Werner Koch <wk@gnupg.org> * mk-gpg-texi: New. diff --git a/scripts/gnupgbug b/scripts/gnupgbug index 7cde6aa16..52efc2ab4 100644 --- a/scripts/gnupgbug +++ b/scripts/gnupgbug @@ -132,7 +132,7 @@ if test "$personal" = "yes" ; then done if test "$MATCHED" = "none" ; then - echo "Warning: Can't find your personal .muttrc." >&2 + echo "WARNING: Can't find your personal .muttrc." >&2 else include_file $MATCHED fi @@ -153,7 +153,7 @@ if test "$global" = "yes" ; then done if test "$MATCHED" = "none" ; then - echo "Warning: Can't find global Muttrc." >&2 + echo "WARNING: Can't find global Muttrc." >&2 else include_file $MATCHED fi @@ -168,7 +168,7 @@ while : ; do if test "$input" = "e" ; then ${VISUAL-vi} $SCRATCH/mutt-bug.txt if cmp $SCRATCH/mutt-bug.txt ${TEMPLATE} > /dev/null ; then - echo "Warning: Bug report was not modified!" + echo "WARNING: Bug report was not modified!" fi fi |