On Mon, Jun 18, 2012 at 10:32 PM, Warren Block <[email protected]> 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 >> >> for file in file.* do > > > 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
