From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6907 invoked from network); 30 Aug 1999 23:07:10 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Aug 1999 23:07:10 -0000 Received: (qmail 14729 invoked by alias); 30 Aug 1999 22:54:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7557 Received: (qmail 14686 invoked from network); 30 Aug 1999 22:54:27 -0000 From: "Bart Schaefer" Message-Id: <990830225010.ZM6965@candle.brasslantern.com> Date: Mon, 30 Aug 1999 22:50:10 +0000 X-Mailer: Z-Mail Lite (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: PATCH: 3.1.6-pws-2: Typo in Src/Makefile.in MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Looks like a small mishap while hand-applying one patch. Index: Src/Makefile.in =================================================================== @@ -167,7 +167,7 @@ $(LN) $(DESTDIR)$(bindir)/zsh $(DESTDIR)$(bindir)/zsh.old; \ else :; fi rm -f $(DESTDIR)$(bindir)/zsh.new - $(LN) $(DESTDIR)$(bindir)/zsh-$(VERSION) $(DESTDIR)(bindir)/zsh.new + $(LN) $(DESTDIR)$(bindir)/zsh-$(VERSION) $(DESTDIR)$(bindir)/zsh.new mv $(DESTDIR)$(bindir)/zsh.new $(DESTDIR)$(bindir)/zsh install.bin-N: