From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pineapple.bbn.com ([128.11.0.16]) by archone.tamu.edu with SMTP id <18921>; Fri, 13 Sep 1991 13:15:44 -0500 Received: from LITCHI.BBN.COM by pineapple.bbn.com id ; Fri, 13 Sep 91 14:15:33 -0400 From: Rich Salz Received: by litchi.bbn.com id ; Fri, 13 Sep 91 14:15:28 EDT Date: Fri, 13 Sep 1991 13:15:28 -0500 Message-Id: <9109131815.AA22901@litchi.bbn.com> To: rc@archone.tamu.edu Subject: The history command I'm deleting these lines from history.c: if (*s != '\0') { fprintf(stderr, "\"%s\": bad name for history program\n", progname); exit(1); } Doing this lets me call the program -rc_his, --rc_his, --p_rc_his and -p_rc_his Any reason to not delete that if from the distribution version?