2007-07-10 09:41:02 -05:00
|
|
|
#!/bin/sh
|
|
|
|
if [ x${SOLARENV}x = xx ]; then
|
|
|
|
echo No environment found, please use 'configure' or 'setsolar'
|
|
|
|
exit 1
|
|
|
|
fi
|
2007-11-01 12:40:29 -05:00
|
|
|
exec java -DSOLARSRC=${SOLARSRC} -DWORK_STAMP=${WORK_STAMP} -DUSE_SHELL= -jar ${SOLARVER}/${INPATH}/bin.${UPDMINOR}/receditor.jar
|