From 2b7734d331d3ada3641631e1991c340421e8eea9 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 11 Apr 2009 12:09:18 -0400 Subject: resolve whitespace warning --- handlers/mysql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers') diff --git a/handlers/mysql.in b/handlers/mysql.in index 6e894fe..b304833 100644 --- a/handlers/mysql.in +++ b/handlers/mysql.in @@ -88,7 +88,7 @@ if [ "$dbusername" != "" -a "$dbpassword" != "" ] then if [ $usevserver = yes ] then - home=`$VSERVER $vsname exec getent passwd "root" | @AWK@ -F: '{print $6}'` + home=`$VSERVER $vsname exec getent passwd "root" | @AWK@ -F: '{print $6}'` else home=`getent passwd "root" | @AWK@ -F: '{print $6}'` fi -- cgit v1.2.3