summaryrefslogtreecommitdiff
path: root/solenv/bin/cwscreate
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/cwscreate')
-rwxr-xr-xsolenv/bin/cwscreate6
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/bin/cwscreate b/solenv/bin/cwscreate
new file mode 100755
index 000000000000..c3260f746e39
--- /dev/null
+++ b/solenv/bin/cwscreate
@@ -0,0 +1,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!"