From 1af585f19c75caef5087da2b6e02874fa56cb98c Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Fri, 1 Jun 2012 09:06:24 +0100 Subject: [PATCH] Put quote marks around config source. --- init/msm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/msm b/init/msm index e62ce8b..92d28ee 100755 --- a/init/msm +++ b/init/msm @@ -1129,7 +1129,7 @@ manager_stop_all_servers_now() { init() { # Sourcing $CONFIG will override the previous defaults, with new values - source $CONFIG + source "$CONFIG" local i=0 local j=0