aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/erl_script.dtl
diff options
context:
space:
mode:
authornuex <[email protected]>2014-02-22 04:20:40 -0500
committernuex <[email protected]>2014-03-08 19:30:57 -0500
commit4ef840816d7df2a47a7955d3fd339720ace0a2b8 (patch)
tree959cb36bace246fa6cb9b329a1efd2cb692dabd3 /priv/templates/erl_script.dtl
parentdbede76ca6c76dd6be1cf22bacee1fe345631909 (diff)
downloadrelx-4ef840816d7df2a47a7955d3fd339720ace0a2b8.tar.gz
relx-4ef840816d7df2a47a7955d3fd339720ace0a2b8.tar.bz2
relx-4ef840816d7df2a47a7955d3fd339720ace0a2b8.zip
unescape quotes
Diffstat (limited to 'priv/templates/erl_script.dtl')
-rw-r--r--priv/templates/erl_script.dtl2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/erl_script.dtl b/priv/templates/erl_script.dtl
index 261eb6a..72e93dd 100644
--- a/priv/templates/erl_script.dtl
+++ b/priv/templates/erl_script.dtl
@@ -10,4 +10,4 @@ export EMU
export ROOTDIR
export BINDIR
export PROGNAME
-exec \"$BINDIR/erlexec\" ${1+\"$@\"}
+exec "$BINDIR/erlexec" ${1+"$@"}