From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galapagos.cse.psu.edu ([130.203.2.12]) by hawkwind.utcs.utoronto.ca with SMTP id <24123>; Mon, 28 Nov 1994 22:08:53 -0500 Received: from localhost by galapagos.cse.psu.edu with SMTP id <12684>; Mon, 28 Nov 1994 22:08:39 -0500 To: Sam Fans Subject: 9menu Date: Mon, 28 Nov 1994 22:08:29 -0500 From: Scott Schwartz Message-Id: <94Nov28.220839est.12684@galapagos.cse.psu.edu> As long as we are being 9fans, how about this: --- 1.1 1994/11/29 03:02:07 +++ 9menu.c 1994/11/29 03:02:53 @@ -228,7 +228,7 @@ return; close(ConnectionNumber(dpy)); - execl("/bin/sh", "sh", "-c", com, NULL); + execl("/bin/rc", "rc", "-c", com, NULL); _exit(1); }