Use "," for separating the list components of the client_autodir_paths setting 
in the global_config.ini otherwise it will try to install itself in 
"/usr/local/autotest /home/autotest" (and because of lack of escaping shell 
arguments in various places that fails).


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3887 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/global_config.ini b/global_config.ini
index e467b93..cc20a96 100644
--- a/global_config.ini
+++ b/global_config.ini
@@ -26,7 +26,7 @@
 
 [AUTOSERV]
 # Autotest potential install paths
-client_autodir_paths: /usr/local/autotest /home/autotest
+client_autodir_paths: /usr/local/autotest,/home/autotest
 
 
 [SERVER]