Fixed bum filename.
This commit is contained in:
parent
d4b73ac202
commit
f3cb0e8fda
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ if [ "$?" == "0" ]
|
||||||
then
|
then
|
||||||
xsl=with_offset.xsl
|
xsl=with_offset.xsl
|
||||||
else
|
else
|
||||||
xsl=without_offset
|
xsl=without_offset.xsl
|
||||||
fi
|
fi
|
||||||
xalan -xsl $xsl -in contents.xml -text -out contents.txt
|
xalan -xsl $xsl -in contents.xml -text -out contents.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue