<div dir="ltr"><div>hello,<br><br></div>I'm trying to make a package with node package, but I'm running into an issue I don't quite understand. I'm looking at rcouch and riak as examples and they both have something like this in their vars.config:<br>
<pre>{runner_script_dir,  "\`cd \\`dirname $0\\` && /bin/pwd\`"}.<br></pre><pre>Which in the end translates env.sh from:<br></pre><div class="" id="LC18"><span class="">RUNNER_SCRIPT_DIR</span><span class="">={{</span>runner_script_dir<span class="">}}<br>
<br></span></div><div class="" id="LC18"><span class="">to:<br><br>RUNNER_SCRIPT_DIR=/usr/bin<br><br></span></div><div class="" id="LC18"><span class="">So that script string in vars.config somehow gets executed somewhere. When I try putting that in my <br>
vars.config what I get in env.sh is:<br><br>RUNNER_SCRIPT_DIR=`cd \`dirname $0\` && /bin/pwd`<br><br></span></div>Anyone know what I am doing wrong or missing?<br><br><br>Sergej<br></div>