From 4ef840816d7df2a47a7955d3fd339720ace0a2b8 Mon Sep 17 00:00:00 2001 From: nuex Date: Sat, 22 Feb 2014 04:20:40 -0500 Subject: unescape quotes --- priv/templates/erl_script.dtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates/erl_script.dtl') 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+"$@"} -- cgit v1.2.3