diff options
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/sendbug/sendbug.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/sendbug/sendbug.sh b/gnu/usr.bin/sendbug/sendbug.sh index 17dcea9af29..33d40df1def 100644 --- a/gnu/usr.bin/sendbug/sendbug.sh +++ b/gnu/usr.bin/sendbug/sendbug.sh @@ -21,7 +21,7 @@ # along with GNU GNATS; see the file COPYING. If not, write to # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. # -# $OpenBSD: sendbug.sh,v 1.14 2003/03/21 21:32:47 david Exp $ +# $OpenBSD: sendbug.sh,v 1.15 2003/10/01 17:58:17 millert Exp $ # The version of this sendbug. VERSION=3.97 @@ -155,8 +155,6 @@ if [ -n "$ORGANIZATION" ]; then else if [ -f $HOME/.organization ]; then ORGANIZATION="`cat $HOME/.organization`" - elif [ -f $HOME/.signature ]; then - ORGANIZATION="`cat $HOME/.signature`" elif [ -n "$DEFAULT_ORGANIZATION" ]; then ORGANIZATION="$DEFAULT_ORGANIZATION" fi |