openbsd-ports/shells/tcsh/patches/patch-sh_proc_c
2007-05-27 18:04:46 +00:00

12 lines
382 B
Plaintext

$OpenBSD: patch-sh_proc_c,v 1.2 2007/05/27 18:04:47 naddy Exp $
--- sh.proc.c.orig Wed Sep 27 10:59:04 2006
+++ sh.proc.c Sat May 26 15:36:43 2007
@@ -366,6 +366,7 @@ found:
#ifdef notdef
jobflags & PAEXITED ||
#endif /* notdef */
+ fp->p_cwd == NULL ||
!eq(dcwd->di_name, fp->p_cwd->di_name))) {
/* PWP: print a newline after ^C */
if (jobflags & PINTERRUPTED) {