2080676f34
2007/10/11 11:49:40 rt 1.2.106.1: #i82507# receditor.jar resides in 'bin' now.
6 lines
255 B
Bash
Executable file
6 lines
255 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} -DUSE_SHELL= -jar ${SOLARVER}/${INPATH}/bin.${UPDMINOR}/receditor.jar
|