summaryrefslogtreecommitdiff
path: root/solenv/bin/cws
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/cws')
-rwxr-xr-xsolenv/bin/cws6
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/bin/cws b/solenv/bin/cws
new file mode 100755
index 000000000000..e8bcf5060f39
--- /dev/null
+++ b/solenv/bin/cws
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ x${SOLARENV}x = xx ]; then
+ echo No environment found, please use 'configure'
+ exit 1
+fi
+exec perl -w $SOLARENV/bin/cws.pl "$@"