From owner-freebsd-questions@FreeBSD.ORG Wed Jun 20 03:10:07 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC679106564A for ; Wed, 20 Jun 2012 03:10:07 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 92FB68FC0A for ; Wed, 20 Jun 2012 03:10:07 +0000 (UTC) Received: by ghbz22 with SMTP id z22so6126819ghb.13 for ; Tue, 19 Jun 2012 20:10:07 -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:content-transfer-encoding; bh=h6den3F2GufNw1aYsx2uQqYvZAZZbdhPG4dd/7Drzb4=; b=TvmRlkyOHLEoScxlA5m5WKRhVwQ4J7QBX0VchrntTx/N2bqkoXz1lcbmW9qMrLvjp/ kFRlTDeqHnnZ13+Ld5URVLwE0p3uvK2gnQOVFztRnKCYE5ApfxxRKfLVAib5/hLSuWAg LkYqH35zTNCEXO+apLuFGKdOXjRwbgAON76NdL3FB557uT1Q3q9lxMgs31Zyh6vlNEj5 Jo1J2xZfzABqjsLA4H7YFhvPocq8blNsqZWW4/jtISU0WwQPDSy3ml2FlK2umRoejg+c YI6xjgsLTrK1BzlGWu6eFDR+rFxHq212OdTKGdGSPvxzTK8pcD1Ai+RmYyrCi83SZsa2 izyQ== MIME-Version: 1.0 Received: by 10.50.208.105 with SMTP id md9mr3163010igc.12.1340161806826; Tue, 19 Jun 2012 20:10:06 -0700 (PDT) Received: by 10.50.112.4 with HTTP; Tue, 19 Jun 2012 20:10:06 -0700 (PDT) In-Reply-To: References: <201206190110.q5J1AorD015312@mail.r-bonomi.com> <201206190130.q5J1UQ1C015381@mail.r-bonomi.com> Date: Tue, 19 Jun 2012 22:10:06 -0500 Message-ID: From: Antonio Olivares To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org, Robert Bonomi Subject: Re: converting mpost(ed) files individually to eps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 03:10:08 -0000 On Mon, Jun 18, 2012 at 10:32 PM, Warren Block wrote: > On Mon, 18 Jun 2012, Antonio Olivares wrote: > >> But I get error in line 16: >> >> $ ./mpost-eps webfig >> ./mpost-eps: 16: Syntax error: word unexpected >> >> =A0for file in file.* =A0do > > > Either put the "do" on the next line, or put a ; before it: > > > for file in file.* ; do Moving the do to the next line does it :) Thanks for helping! Regards, Antonio