always set temp var

This commit is contained in:
David MacKenzie 1994-09-22 20:53:11 +00:00
parent 1bccdd7edb
commit e21e262b4c
3 changed files with 3 additions and 3 deletions

View File

@ -91,8 +91,8 @@ esac
trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
if test z$infile = z-; then
tmpin=/tmp/acin.$$
infile=$tmpin
cat > $infile
elif test ! -r "$infile"; then

View File

@ -91,8 +91,8 @@ esac
trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
if test z$infile = z-; then
tmpin=/tmp/acin.$$
infile=$tmpin
cat > $infile
elif test ! -r "$infile"; then

View File

@ -91,8 +91,8 @@ esac
trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
if test z$infile = z-; then
tmpin=/tmp/acin.$$
infile=$tmpin
cat > $infile
elif test ! -r "$infile"; then