summaryrefslogtreecommitdiff
path: root/solenv/bin/receditor
blob: 1b4046010485fee424029e4139427305f6b1bad6 (plain)
1
2
3
4
5
6
#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
    echo No environment found, please use 'configure' or 'setsolar'
    exit 1
fi
exec java -DSOLARSRC=${SOLARSRC} -DWORK_STAMP=${WORK_STAMP} -jar ${SOLARVER}/${INPATH}/bin${UPDMINOREXT}/receditor.jar