that's not an error, its the shell's "dot" command [1]; perhaps you are
using a non-standard shell that doesn't support it

[1] http://en.wikipedia.org/wiki/Dot_(Unix)

On Sun, Jan 20, 2013 at 6:16 PM, nels <nbhc...@gmail.com> wrote:

> Pascal Sancho-2 wrote
> > Probably, fop[58] is for fop shell script, line 58; you should have a
> > look into that part.
>
> The reference to line 58 points to the fop script where at said line it
> executes the configuration file:
>
> if [ -f "$BMS/cus/scripts/.fop/fop.xconf" ] ; then
>   . $BMS/cus/scripts/.fop/fop.xconf
> fi
>
> It looks innocent enough until I noticed the leading period (.) on the
> second line which is line 58. In fact the other configuration file
> references in the downloaded fop script, before and after this one, have
> the
> same error:
>
> # Source/default fop configuration
> if $no_config ; then
>   rpm_mode=false
> else
>   # load system-wide fop configuration
>   if [ -f "/etc/fop.conf" ] ; then
>     . /etc/fop.conf
>   fi
>
>   # load user fop configuration
>   if [ -f "$HOME/.fop/fop.conf" ] ; then
>     . $HOME/.fop/fop.conf
>   fi
>   if [ -f "$HOME/.foprc" ] ; then
>     . "$HOME/.foprc"
>   fi
>
> I have removed the offending period and it now runs. Thanks for all the
> help.
>
>
>
> -----
> just starting out with FOP - don't hurt me!
> --
> View this message in context:
> http://apache-fop.1065347.n5.nabble.com/Performance-improvement-suggestions-tp37754p37808.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>
>

Reply via email to