On Thursday 25 October 2001 14:28, Emiel Metselaar wrote:
> I was trying to print using lprng on a woody machine and it did not work.
> After some poking around i found that in
> /usr/share/lprngtool/ps-to-printer.fpi something did not work allright.
>
> It seems that the line "source ${SPOOLDIR}/postscript.cfg" does not
> work. I am not much of a shell script expert, but that works under bash.
> So changing the first line from:
> "#!/bin/sh"
> to
> "#!/bin/bash"
> Gives a workable sollution. My questions are now, is this regarded as a bug
> , is it known and how does the sourcing in a sh script work?
I already figured out the answer to my last question it is simply in stead of
"source" using ".".