office-gobmx/solenv/bin/cwsview
Oliver Bolte 52d7fb1d6d INTEGRATION: CWS cwsview (1.1.2); FILE ADDED
2005/04/21 10:03:32 vg 1.1.2.1: #i47869# initial check in
2005-04-22 12:34:11 +00:00

6 lines
167 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/cwsview.pl "$@"