From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19968 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: texexec in a shell script Date: Tue, 19 Apr 2005 09:39:40 +0200 Message-ID: <4264B5BC.9060709@wxs.nl> References: <46190acd4e027c8cc4517ca8db577aaa@scc.losrios.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113897784 3095 80.91.229.2 (19 Apr 2005 08:03:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Apr 2005 08:03:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 19 10:03:01 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DNngu-0005iZ-GA for gctc-ntg-context-518@m.gmane.org; Tue, 19 Apr 2005 10:02:40 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5CDA51280E; Tue, 19 Apr 2005 10:06:48 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27258-01; Tue, 19 Apr 2005 10:06:47 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C824412820; Tue, 19 Apr 2005 09:39:37 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E3BCC12820 for ; Tue, 19 Apr 2005 09:39:33 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23227-03 for ; Tue, 19 Apr 2005 09:39:30 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id B82B61281D for ; Tue, 19 Apr 2005 09:39:30 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id j3J7dTeB020097 for ; Tue, 19 Apr 2005 09:39:29 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id D746E17B06; Tue, 19 Apr 2005 09:17:37 +0200 (CEST) Original-Received: from [10.100.1.54] (unknown [10.100.1.54]) by server-1.pragma-net.nl (Postfix) with ESMTP id 3123317A2E for ; Tue, 19 Apr 2005 07:17:36 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <46190acd4e027c8cc4517ca8db577aaa@scc.losrios.edu> X-Virus-Scanned: ClamAV 0.80/744/Fri Mar 4 04:01:45 2005 clamav-milter version 0.80j on mailrelay01 X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19968 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19968 Robert Ullrey wrote: > I know someone out there has the answer to this. If I run texexec > through a shell, even with the full path to texexec, I get an error, > "//usr/local/teTeX/bin/powerpc-apple-darwin-current/texexec: line 1: > sed: command not found > `.pl' not found." you can use the call: texmfstart texexec ... alternative you can replace texexec in you bin path by: #!/bin/sh texmfstart texexec.pl $@ first of all, texmfstart only depends on ruby, and more important, it knows how to locate things in the texmftree (the tds structure occasionally changes and texmfstart can adapt to that) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------