From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails on w32 Date: Mon, 23 May 2005 09:50:45 +0200 Message-ID: References: <428FB183.3000209@student.lu.se> <4290EDA8.7020401@student.lu.se> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1116837153 31023 80.91.229.2 (23 May 2005 08:32:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 May 2005 08:32:33 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 23 10:32:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Da8LH-0001Dd-KO for ged-emacs-devel@m.gmane.org; Mon, 23 May 2005 10:31:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Da8Og-0008Er-Is for ged-emacs-devel@m.gmane.org; Mon, 23 May 2005 04:34:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Da7mj-0004a5-Sy for emacs-devel@gnu.org; Mon, 23 May 2005 03:55:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Da7mf-0004Xj-OC for emacs-devel@gnu.org; Mon, 23 May 2005 03:55:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Da7kU-0004DY-CC for emacs-devel@gnu.org; Mon, 23 May 2005 03:53:20 -0400 Original-Received: from [64.233.184.192] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Da7r7-0008GM-1q for emacs-devel@gnu.org; Mon, 23 May 2005 04:00:09 -0400 Original-Received: by wproxy.gmail.com with SMTP id 50so2137670wri for ; Mon, 23 May 2005 00:50:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cVmFd1CBUKK/8AGwYub05jJlHkZjkEBAaNmBvy5d3NKrH9xh6YRaE0HYW4NFhiwq5dAE5V9xRkYMYbMmtLPMiga261IVS5fvBdQkyTS4wTDkvOM3vcotR1aiopKjt+w4ieHyXk1JdZBIiNawqd5kTAulF1j1rB7/gWJJphXjVP0= Original-Received: by 10.54.31.70 with SMTP id e70mr3389393wre; Mon, 23 May 2005 00:50:45 -0700 (PDT) Original-Received: by 10.54.82.6 with HTTP; Mon, 23 May 2005 00:50:45 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37502 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37502 > Is this just a typo in this mail? >=20 > 2>&1 looks right to me, but according to "man bash" 2&>1 is preferred. Yes, a typo. I use 2>&1 on both. On 4NT, echo test 2&>1 would echo "test 2" and create an empty file named "1". --=20 /L/e/k/t/u