Subject: bin/780: missing "`" in send-pr
To: None <gnats-admin@NetBSD.ORG>
From: Jason R. Thorpe <thorpej@nas.nasa.gov>
List: netbsd-bugs
Date: 02/03/1995 11:35:02
>Number:         780
>Category:       bin
>Synopsis:       missing "`" in send-pr
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Feb  3 11:35:00 1995
>Originator:     Jason R. Thorpe
>Organization:
Numerical Aerodynamic Sumulation Project - NASA Ames
>Release:        -current as of Feb 2
>Environment:
	
System: NetBSD antie 1.0A NetBSD 1.0A (ANTIE) #1: Thu Feb 2 18:16:52 PST 1995 root@:/work/netbsd/src/sys/arch/i386/compile/ANTIE i386


>Description:
	missing "`" in send-pr
>How-To-Repeat:
	% send-pr
>Fix:
	apply this to gnu/usr.bin/send-pr/send-pr.sh:

*** send-pr.sh.orig	Fri Feb  3 11:21:52 1995
--- send-pr.sh	Fri Feb  3 11:26:39 1995
***************
*** 78,84 ****
  if [ -z "$TMPDIR" ]; then
    TMPDIR=/tmp
  else
!   if [ "`echo $TMPDIR | grep '/$'" != "" ]; then
      TMPDIR="`echo $TMPDIR | sed -e 's,/$,,'`"
    fi
  fi
--- 78,84 ----
  if [ -z "$TMPDIR" ]; then
    TMPDIR=/tmp
  else
!   if [ "`echo $TMPDIR | grep '/$'`" != "" ]; then
      TMPDIR="`echo $TMPDIR | sed -e 's,/$,,'`"
    fi
  fi
>Audit-Trail:
>Unformatted: