rebar/priv/templates
olgeni 505458eecb Use "pwd -P" to get the current physical path.
It is a portable version of the realpath(1) utility that you can find on
Mac OS X and FreeBSD (see also The Open Group Base Specifications Issue
6, IEEE Std 1003.1).

Without the -P flag, pwd(1) might return different values when the
current path contains one or more symlinks, depending on how you got
into the current directory.

In simplenode.runner, this may cause PIPE_DIR to have different values
on each use, which will make it impossible to connect to the running
node unless you guess the correct path yourself.
2013-06-10 22:15:49 +02:00
..
basicnif.c Fix basic_nif on_load() 2012-01-05 22:41:37 +01:00
basicnif.erl Adapt basicnif template to OTP changes 2011-07-19 17:37:48 +02:00
basicnif.template Adding basic NIF template 2010-03-25 22:32:53 -06:00
ctsuite.erl Remove gratuitous spaces 2011-02-15 17:26:01 +01:00
ctsuite.template Add common_test suite template 2011-02-15 17:21:56 +01:00
simpleapp.app.src Adding simpleapp.app.src 2010-06-22 11:02:54 -06:00
simpleapp.template Add file local variables where appropriate 2011-04-15 17:22:49 +02:00
simpleapp_app.erl Sketching out templating system 2010-01-07 22:18:55 -07:00
simpleapp_sup.erl Fixing some typos in simpleapp template 2010-01-09 06:23:35 -07:00
simplefsm.erl Whitespace cleanups 2011-07-13 17:59:07 +02:00
simplefsm.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00
simplemod.erl Remove export_all in simplemod template 2012-03-25 11:17:42 +02:00
simplemod.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00
simplemod_tests.erl Added 3 new templates: 2010-02-03 21:56:30 +10:00
simplenode.erl.script Use "pwd -P" to get the current physical path. 2013-06-10 22:15:49 +02:00
simplenode.install_upgrade.escript Improvements to windows node runner script 2012-04-17 19:56:41 +02:00
simplenode.nodetool Do not compile nodetool escript 2013-04-12 20:52:26 +02:00
simplenode.reltool.config simplenode.reltool.config: use default sys-level mod_cond setting 2013-04-06 18:37:47 +02:00
simplenode.runner Use "pwd -P" to get the current physical path. 2013-06-10 22:15:49 +02:00
simplenode.sys.config Get rid of app.config 2011-09-20 09:44:41 -07:00
simplenode.template Improvements to windows node runner script 2012-04-17 19:56:41 +02:00
simplenode.vm.args Comment out vm args 2011-12-21 16:02:21 +01:00
simplenode.windows.runner.cmd Quote paths in Windows runner script 2012-07-31 00:08:01 +02:00
simplenode.windows.start_erl.cmd Quote paths in Windows runner script 2012-07-31 00:08:01 +02:00
simplesrv.erl Fix handle_call response 2012-02-02 10:35:13 +01:00
simplesrv.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00