From 42c0d49c3e4c0fc55a498bc63d0db78308271883 Mon Sep 17 00:00:00 2001 From: nuex Date: Tue, 11 Mar 2014 11:22:46 -0400 Subject: Give release scripts ability to handle directories with spaces --- priv/templates/nodetool.dtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates/nodetool.dtl') diff --git a/priv/templates/nodetool.dtl b/priv/templates/nodetool.dtl index a6faad5..80f1965 100644 --- a/priv/templates/nodetool.dtl +++ b/priv/templates/nodetool.dtl @@ -75,7 +75,7 @@ process_args([Arg | Rest], Acc, Opts) -> start_epmd() -> - [] = os:cmd(epmd_path() ++ " -daemon"), + [] = os:cmd("\"" ++ epmd_path() ++ "\" -daemon"), ok. epmd_path() -> -- cgit v1.2.3