merge the formfield patch from ooo-build
[ooovba.git] / solenv / bin / cwscreate
blobc3260f746e39afa97525958f16c0b2d3af87e959
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 echo "Please use the 'cws create' command for creating new child workspaces!"