summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 06:53:00 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 06:53:00 +0000
commitb0715c1b30dde301c49a74e3f95faac475f7ae3c (patch)
tree24a05e4f32897b42b54c7791b0f1535b523f113e /solenv
parente327752f12c7a05153dce1d171123204f6c20bfb (diff)
INTEGRATION: CWS cwsattach_DEV300 (1.1.2); FILE ADDED
2008/02/19 15:48:23 bei 1.1.2.1: cwsattach
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/cwsattach7
1 files changed, 7 insertions, 0 deletions
diff --git a/solenv/bin/cwsattach b/solenv/bin/cwsattach
new file mode 100755
index 000000000000..99bcde52977a
--- /dev/null
+++ b/solenv/bin/cwsattach
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ x${SOLARENV}x = xx ]; then
+ echo No environment found, please use 'configure' or 'setsolar'
+ exit 1
+fi
+exec perl -w $SOLARENV/bin/cwsattach.pl "$@"
+