1#!/bin/sh 2if [ x${SOLARENV}x = xx ]; then 3 echo No environment found, please use 'configure' or 'setsolar' 4 exit 1 5fi 6echo "Please use the 'cws create' command for creating new child workspaces!" 7