2if [ x${SOLARENV}x = xx ]; then 3 echo No environment found, please use 'configure' or 'setsolar' 4 exit 1 5fi 6exec perl -w $SOLARENV/bin/cwsattach.pl "$@" 7
| 22if [ x${SOLARENV}x = xx ]; then 23 echo No environment found, please use 'configure' or 'setsolar' 24 exit 1 25fi 26exec perl -w $SOLARENV/bin/cwsattach.pl "$@" 27
|