office-gobmx/solenv/bin/cwsattach
Oliver Bolte b0715c1b30 INTEGRATION: CWS cwsattach_DEV300 (1.1.2); FILE ADDED
2008/02/19 15:48:23 bei 1.1.2.1: cwsattach
2008-02-26 06:53:00 +00:00

7 lines
170 B
Bash
Executable file

#!/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 "$@"