changeset 1067:976573373d7c

[project @ 1995-01-25 15:27:02 by jwe]
author jwe
date Wed, 25 Jan 1995 15:27:02 +0000
parents ed077e7b5bcb
children a5c1b9b305dd
files octave-bug.in
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/octave-bug.in
+++ b/octave-bug.in
@@ -178,16 +178,16 @@
 
 # Now try to mail it.
 
-    ( /bin/mail $BUGADDR < $TEMP ) > /dev/null 2>&1
+    ( /bin/mail $BUGADDR < $TEMP.x ) > /dev/null 2>&1
     status=$?
     if test $status -ne 0; then
-      ( Mail -s "$SUBJECT" $BUGADDR < $TEMP ) > /dev/null 2>&1
+      ( Mail -s "$SUBJECT" $BUGADDR < $TEMP.x ) > /dev/null 2>&1
       status=$?
       if test $status -ne 0; then
-        ( /usr/ucb/mail -s "$SUBJECT" $BUGADDR < $TEMP ) > /dev/null 2>&1
+        ( /usr/ucb/mail -s "$SUBJECT" $BUGADDR < $TEMP.x ) > /dev/null 2>&1
         status=$?
         if test $status -ne 0; then
-          ( mailx -s "$SUBJECT" $BUGADDR < $TEMP ) > /dev/null 2>&1
+          ( mailx -s "$SUBJECT" $BUGADDR < $TEMP.x ) > /dev/null 2>&1
           status=$?
         fi
       fi