dbcf68f61e
As far as I know we have no intention to use that stuff. Do we ever have any idea what it means? But sure, if it turns out that we do want to, this commit will have to be reverted.
6 lines
229 B
Bash
Executable file
6 lines
229 B
Bash
Executable file
#!/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/receditor.jar
|