From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: "Official" binary of Emacs-24.4 for MS-Windows Date: Fri, 24 Oct 2014 17:56:58 +0200 Message-ID: References: <83tx2t5uo9.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1414166232 18687 80.91.229.3 (24 Oct 2014 15:57:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 15:57:12 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 24 17:57:05 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhhEe-0004e7-HD for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 17:57:05 +0200 Original-Received: from localhost ([::1]:49232 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhhEe-0000Qp-2e for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 11:57:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhhEb-0000Qk-GW for emacs-devel@gnu.org; Fri, 24 Oct 2014 11:57:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhhEa-0005xg-PL for emacs-devel@gnu.org; Fri, 24 Oct 2014 11:57:01 -0400 Original-Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:45777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhhEZ-0005wm-3g; Fri, 24 Oct 2014 11:56:59 -0400 Original-Received: by mail-wg0-f48.google.com with SMTP id k14so1402132wgh.7 for ; Fri, 24 Oct 2014 08:56:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YrlzmaO8xSLfl2vPjqeaPYALxkGOsP3/2UnIMBLUxqY=; b=GvY1jDXq4aIonPeT0oZlkTOjiTGbvYSswB4dvabpiZdCdoRHX62MR/HAM93oge67Lc rxfDjneXEEN+id8rg/ZZU2JF8mSrqpLKOonVUeFDPdCQ3tOxYhRypRKLeFxPox8ugdDE 7Ukjq1inFDEDB1we8wIoJlugHO8xUKIras2FKWwSNIcUwLRZd+4awM1+THrzJI2/IXMY 9KwQ9ycJfnQ/VA05RFNY79mtZH6BYncILVg7FGCUQ7g5jdvc/jtNAfxQaeMNCTtpkid5 nzGmEC8MhO08pwXdUt+I0ionvkcU80xGGCs4W6C8EWirn8UgMupZ8jVBn9Qo54/hBU5T p8hQ== X-Received: by 10.194.161.232 with SMTP id xv8mr5480164wjb.99.1414166218048; Fri, 24 Oct 2014 08:56:58 -0700 (PDT) Original-Received: by 10.217.152.70 with HTTP; Fri, 24 Oct 2014 08:56:58 -0700 (PDT) In-Reply-To: <83tx2t5uo9.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175784 Archived-At: >> if test "no" = "yes"; then \ >> rm -f bootstrap-emacs.exe; \ >> ln temacs.exe bootstrap-emacs.exe; \ >> else \ >> ./temacs --batch --load loadup bootstrap || exit 1; \ >> test "X" = X || -zex emacs.exe; \ >> mv -f emacs.exe bootstrap-emacs.exe; \ >> fi >> /bin/sh: line 4: ./temacs: Bad file number > > What happens if you run the same command by hand, i.e. > > $ ./temacs --batch --load loadup bootstrap Dani@LEG570 $ ./temacs --batch --load loadup bootstrap sh: ./temacs: Bad file number -- Dani Moncayo