merge the formfield patch from ooo-build
[ooovba.git] / solenv / bin / cwsattach
blob99bcde52977a6718a2704a2a33d8131b4e18ebf6
1 #!/bin/sh
2 if [ x${SOLARENV}x = xx ]; then
3 echo No environment found, please use 'configure' or 'setsolar'
4 exit 1
5 fi
6 exec perl -w $SOLARENV/bin/cwsattach.pl "$@"