diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 06:53:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 06:53:00 +0000 |
commit | b0715c1b30dde301c49a74e3f95faac475f7ae3c (patch) | |
tree | 24a05e4f32897b42b54c7791b0f1535b523f113e /solenv | |
parent | e327752f12c7a05153dce1d171123204f6c20bfb (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-x | solenv/bin/cwsattach | 7 |
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 "$@" + |