Re: [Refdb-users] User feedback 3
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mar...@mh...> - 2004-03-05 23:41:09
|
David Nebauer writes:
> if [ ! $fo_processor = "passivetex" ] && [ ! $fo_processor = "fop" ] &&
> [ ! $fo_processor = "xep" ] && [ ! $fo_processor = "jfor" ]; then
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> echo "specify one of 'passivetex', 'fop', 'xep', 'jfor' with the -f
> option"
> ^^^^^^^^
Ok, I've fixed these lines.
> # Set classpath variables to default if not already specified
> if ! [ -n "$xslt_classpath" ]; then
> ^^^^^^^^^
> xslt_classpath=$classpath
> ^^^^^^^^^
> fi
> if ! [ -n "$fo_classpath" ]; then
> ^^^^^^^^^
> fo_classpath=$classpath
> ^^^^^^^^^
> fi
These were the "obvious typos"...
> process_print () {
> case $fo_processor in
> jfor )
> java -cp "$fo_classpath"
> ch.codeconsult.jfor.main.CmdLineConverter $1 $2;;
> ^^^
I've fixed this as well.
regards,
Markus
--
Markus Hoenicka
mar...@ca...
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de
|