fix defect 3138949

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8541 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-01-01 12:33:19 +00:00
parent dd51c57626
commit 32bb6eee92

View File

@ -127,7 +127,7 @@ sub setupmysqlodbc
my $rc = 0;
my $cmd;
$cmd = "$::XCATROOT/bin/mysqlsetup -o";
$msg = "odbcsetup: Running Client ODBC setup. $cmd\n";
$msg = "odbcsetup: Running Client ODBC setup. \"$cmd\"\n";
`logger -t xcat $msg`;
$rc = &runcmd($cmd);