Date: Mon, 18 Jun 2012 21:32:28 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Antonio Olivares <olivares14031@gmail.com> Cc: freebsd-questions@freebsd.org, Robert Bonomi <bonomi@mail.r-bonomi.com> Subject: Re: converting mpost(ed) files individually to eps Message-ID: <alpine.BSF.2.00.1206182131070.47249@wonkity.com> In-Reply-To: <CAJ5UdcMHr7hvrfJMKjzz7AVmYK3jChx8EgzzUBJf-x0awhAzDg@mail.gmail.com> References: <201206190110.q5J1AorD015312@mail.r-bonomi.com> <201206190130.q5J1UQ1C015381@mail.r-bonomi.com> <CAJ5UdcMHr7hvrfJMKjzz7AVmYK3jChx8EgzzUBJf-x0awhAzDg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > > for file in file.* do Either put the "do" on the next line, or put a ; before it: for file in file.* ; do
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1206182131070.47249>