summaryrefslogtreecommitdiff
path: root/solenv/bin/cwscreate
blob: c3260f746e39afa97525958f16c0b2d3af87e959 (plain)
1
2
3
4
5
6
#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
    echo No environment found, please use 'configure' or 'setsolar'
    exit 1
fi
echo "Please use the 'cws create' command for creating new child workspaces!"