c00fc2ed31
2007/09/13 14:12:23 lla 1.1.2.1: #i81552# check in the mysql-connector exists
9 lines
130 B
Perl
9 lines
130 B
Perl
eval 'exec perl -wS $0 ${1+\"$@\"}'
|
|
if 0;
|
|
|
|
my $sMySQLConnector = $ARGV[0];
|
|
if (! -e $sMySQLConnector)
|
|
{
|
|
exit 1;
|
|
}
|
|
exit 0;
|