35b69f4ca8
2004/08/31 18:03:41 vq 1.1.2.1: #i33520# Add wrapper script for cwsclone.
6 lines
168 B
Bash
Executable file
6 lines
168 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/cwsclone.pl "$@"
|