From 32bb6eee92d43f4a17464a8fda3c6ad478e46bd1 Mon Sep 17 00:00:00 2001 From: lissav Date: Sat, 1 Jan 2011 12:33:19 +0000 Subject: [PATCH] fix defect 3138949 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8541 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/odbcsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/odbcsetup b/xCAT/postscripts/odbcsetup index 75fa63bc8..1595c77d6 100755 --- a/xCAT/postscripts/odbcsetup +++ b/xCAT/postscripts/odbcsetup @@ -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);