Sign in
apache
/
openoffice-org
/
refs/heads/main
/
.
/
bake.sh
blob: b781bc68a516b61b15fe539149a1cc6a7ce2f55a [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
-
z $
{
JBAKE_HOME
}
]
then
echo
"Missing JBAKE_HOME variable"
>&
2
exit
1
fi
export JBAKE_OPTS
=
"-Djavax.xml.accessExternalDTD=http"
$
{
JBAKE_HOME
}/
bin
/
jbake $@