From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14368 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: new manual Date: Tue, 23 Dec 2003 15:14:37 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20031223141437.GB20564@physik.fu-berlin.de> References: <6.0.1.1.2.20031218165706.01dd09d8@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072189891 27602 80.91.224.253 (23 Dec 2003 14:31:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Dec 2003 14:31:31 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Dec 23 15:31:28 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AYnZI-0000DT-00 for ; Tue, 23 Dec 2003 15:31:28 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D714A10B40; Tue, 23 Dec 2003 15:31:22 +0100 (MET) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id E77B210B32 for ; Tue, 23 Dec 2003 15:14:35 +0100 (MET) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id hBNEEbX692658; Tue, 23 Dec 2003 15:14:37 +0100 (CET) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by g25.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1AYnIz-0005PX-00; Tue, 23 Dec 2003 15:14:37 +0100 Original-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14368 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14368 Hello, On Tue, Dec 23, 2003 at 12:18:26PM +0000, Nigel King wrote: > [Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb --update > Running /Users/nigelk/.cshrc > : Command not found. > So what am I doing wrong? Nothing, but ... The problem is that the shbang line (#!/usr/bin/ruby) doesn't work if you have a "\r\n" instead of "\n". Try `dos2unix texsync.rb` then it should work. Regards and a merry christmas, Tobias