FreeBSD Bugzilla – Attachment 6368 Details for
Bug 14509
bug in make(1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sh.diff
sh.diff (text/plain; charset=us-ascii), 628 bytes, created by
Martin Cracauer
on 1999-10-25 11:55:45 UTC
(
hide
)
Description:
sh.diff
Filename:
MIME Type:
Creator:
Martin Cracauer
Created:
1999-10-25 11:55:45 UTC
Size:
628 bytes
patch
obsolete
>? l >Index: eval.c >=================================================================== >RCS file: /home/CVS-FreeBSD/src/bin/sh/eval.c,v >retrieving revision 1.21 >diff -c -r1.21 eval.c >*** eval.c 1999/08/27 23:15:10 1.21 >--- eval.c 1999/10/25 10:24:05 >*************** >*** 275,281 **** > out: > if (pendingsigs) > dotrap(); >! if ((flags & EV_EXIT) || (eflag && exitstatus && !(flags & EV_TESTED))) > exitshell(exitstatus); > } > >--- 275,282 ---- > out: > if (pendingsigs) > dotrap(); >! if ((flags & EV_EXIT) || (eflag && exitstatus >! && !(flags & EV_TESTED) && !(n->type == NSEMI))) > exitshell(exitstatus); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14509
: 6368