aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/nodetool.dtl
diff options
context:
space:
mode:
authornuex <[email protected]>2014-03-11 11:22:46 -0400
committernuex <[email protected]>2014-03-28 15:29:35 -0400
commit42c0d49c3e4c0fc55a498bc63d0db78308271883 (patch)
tree604625aea65acdc6fd87addb76399317f26f98c0 /priv/templates/nodetool.dtl
parenta3508b03be8aff8ffafb1a48172d8dd0c8b1be24 (diff)
downloadrelx-42c0d49c3e4c0fc55a498bc63d0db78308271883.tar.gz
relx-42c0d49c3e4c0fc55a498bc63d0db78308271883.tar.bz2
relx-42c0d49c3e4c0fc55a498bc63d0db78308271883.zip
Give release scripts ability to handle directories with spaces
Diffstat (limited to 'priv/templates/nodetool.dtl')
-rw-r--r--priv/templates/nodetool.dtl2
1 files changed, 1 insertions, 1 deletions
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() ->