a663a4b91d
2008-12-19 11:19:12 +0100 cn r265721 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:07:50 +0100 cn r265720 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:06:24 +0100 cn r265719 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-17 12:37:50 +0100 lla r265595 : #i97357# us of illegal characters in file
6 lines
No EOL
164 B
Bash
Executable file
6 lines
No EOL
164 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/cwstouched.pl |