aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/nodetool.dtl
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-03-29 09:10:08 +0100
committerJordan Wilberding <[email protected]>2014-03-29 09:10:08 +0100
commit0d292ff4c1be173a775628c09d1ac9991fdd8e67 (patch)
tree604625aea65acdc6fd87addb76399317f26f98c0 /priv/templates/nodetool.dtl
parenta3508b03be8aff8ffafb1a48172d8dd0c8b1be24 (diff)
parent42c0d49c3e4c0fc55a498bc63d0db78308271883 (diff)
downloadrelx-0d292ff4c1be173a775628c09d1ac9991fdd8e67.tar.gz
relx-0d292ff4c1be173a775628c09d1ac9991fdd8e67.tar.bz2
relx-0d292ff4c1be173a775628c09d1ac9991fdd8e67.zip
Merge pull request #154 from nuex/quote_vars
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() ->