repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
solenv
/
bin
/
receditor
blob
f5d00bfb23fa057dc7034e03b24e86f86e315f04
1
#!/bin/sh
2
if
[
x
${SOLARENV}
x
=
xx
];
then
3
echo
No environment found
,
please use
'configure'
or
'setsolar'
4
exit
1
5
fi
6
exec
java
-DSOLARSRC
=
${SOLARSRC} -DWORK_STAMP=${WORK_STAMP} -DUSE_SHELL= -jar ${SOLARVER}/${INPATH}/bin.${UPDMINOR}
/
receditor.jar