xref: /aoo41x/main/solenv/bin/receditor (revision cdf0e10c)
1*cdf0e10cSrcweir#!/bin/sh
2*cdf0e10cSrcweirif [ x${SOLARENV}x = xx ]; then
3*cdf0e10cSrcweir    echo No environment found, please use 'configure' or 'setsolar'
4*cdf0e10cSrcweir    exit 1
5*cdf0e10cSrcweirfi
6*cdf0e10cSrcweirexec java -DSOLARSRC=${SOLARSRC} -DWORK_STAMP=${WORK_STAMP} -jar ${SOLARVER}/${INPATH}/bin${UPDMINOREXT}/receditor.jar
7