diff options
Diffstat (limited to 'sys/dev/aic7xxx/aicasm/aicasm.c')
-rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index 66d30ce..9f904ad 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aicasm.c,v 1.19 1997/09/03 03:44:38 gibbs Exp $ + * $Id: aicasm.c,v 1.20 1998/09/15 07:24:17 gibbs Exp $ */ #include <sys/types.h> #include <sys/mman.h> @@ -491,6 +491,8 @@ output_listing(FILE *listfile, char *ifilename) break; } } + if (isatty(fileno(stdin)) == 0) + putchar(input); } fprintf(stdout, "\nThanks!\n"); } |