Deleted Added
full compact
sh.c (195609) sh.c (197812)
1/* $Header: /p/tcsh/cvsroot/tcsh/sh.c,v 3.145 2009/06/25 21:15:37 christos Exp $ */
2/*
3 * sh.c: Main shell routines
4 */
5/*-
6 * Copyright (c) 1980, 1991 The Regents of the University of California.
7 * All rights reserved.
8 *

--- 1277 unchanged lines hidden (view full) ---

1286 * interactive shell our call here will never return by being blown past on
1287 * an error.
1288 */
1289 process(setintr);
1290
1291 /*
1292 * Mop-up.
1293 */
1/* $Header: /p/tcsh/cvsroot/tcsh/sh.c,v 3.145 2009/06/25 21:15:37 christos Exp $ */
2/*
3 * sh.c: Main shell routines
4 */
5/*-
6 * Copyright (c) 1980, 1991 The Regents of the University of California.
7 * All rights reserved.
8 *

--- 1277 unchanged lines hidden (view full) ---

1286 * interactive shell our call here will never return by being blown past on
1287 * an error.
1288 */
1289 process(setintr);
1290
1291 /*
1292 * Mop-up.
1293 */
1294 /* Take care of these (especially HUP) here instead of inside flush. */
1295 handle_pending_signals();
1294 if (intty) {
1295 if (loginsh) {
1296 xprintf("logout\n");
1297 xclose(SHIN);
1298 child = 1;
1299#ifdef TESLA
1300 do_logout = 1;
1301#endif /* TESLA */

--- 1077 unchanged lines hidden ---
1296 if (intty) {
1297 if (loginsh) {
1298 xprintf("logout\n");
1299 xclose(SHIN);
1300 child = 1;
1301#ifdef TESLA
1302 do_logout = 1;
1303#endif /* TESLA */

--- 1077 unchanged lines hidden ---