Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!husc6!linus!encore!paradis From: paradis@encore.UUCP (Jim Paradis) Newsgroups: comp.os.minix Subject: Patches to minix shell (3 of 7) - sh1.c Message-ID: <1683@encore.UUCP> Date: Tue, 23-Jun-87 15:21:45 EDT Article-I.D.: encore.1683 Posted: Tue Jun 23 15:21:45 1987 Date-Received: Fri, 26-Jun-87 04:51:21 EDT Organization: Encore Computer Corp., Marlboro, MA Lines: 20 Keywords: minix shell shar fix sh1.c Apply this patch to sh1.c -----------------------cut here---------------------------- 0a1 > #define Extern extern 21c22 < char **environ; /* environment pointer */ --- > extern char **environ; /* environment pointer */ 132c133 < if (newfile(*++argv)) --- > if (newfile(*++argv)) { 133a135 > } 163c165 < setval(lookup("#"), putn(dolc)); --- > setval(lookup("#"), putn(dolc-1));