Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!CSVAX.CALTECH.EDU!andy From: andy@CSVAX.CALTECH.EDU (Andy Fyfe) Newsgroups: gnu.bash.bug Subject: patch for bash 0.99 Message-ID: <8906121859.AA18578@csvax.caltech.edu> Date: 12 Jun 89 18:59:17 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 This fixes (or seems to!) my problem with "source". *** save/execute_cmd.c Mon Jun 12 11:38:08 1989 --- execute_cmd.c Mon Jun 12 11:42:55 1989 *************** *** 170,175 **** --- 170,176 ---- exec_result = wait_for (last_made_pid); } } + last_made_pid = last_pid; } break;