office-gobmx/reportdesign/qa/complex/mysql-connector-exists.pl
Ivo Hinkelmann c00fc2ed31 INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED
2007/09/13 14:12:23 lla 1.1.2.1: #i81552# check in the mysql-connector exists
2007-11-20 17:57:10 +00:00

9 lines
130 B
Perl

eval 'exec perl -wS $0 ${1+\"$@\"}'
if 0;
my $sMySQLConnector = $ARGV[0];
if (! -e $sMySQLConnector)
{
exit 1;
}
exit 0;