repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
reportdesign
/
qa
/
complex
/
mysql-connector-exists.pl
blob
6eefe2bb063955a0efa321c6de087f296b8e9e01
1
eval
'exec perl -wS
$0
${1+
\"
$@
\"
}'
2
if
0
;
3
4
my
$sMySQLConnector
=
$ARGV
[
0
];
5
if
(! -
e
$sMySQLConnector
)
6
{
7
exit
1
;
8
}
9
exit
0
;