summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.erl.script
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/simplenode.erl.script')
-rw-r--r--priv/templates/simplenode.erl.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/simplenode.erl.script b/priv/templates/simplenode.erl.script
index 7919d69..f4c63af 100644
--- a/priv/templates/simplenode.erl.script
+++ b/priv/templates/simplenode.erl.script
@@ -20,7 +20,7 @@ unset POSIX_SHELL
## start_clean.boot file available in $ROOTDIR/release/VSN.
# Determine the abspath of where this script is executing from.
-ERTS_BIN_DIR=$(cd ${0%/*} && pwd)
+ERTS_BIN_DIR=$(cd ${0%/*} && pwd -P)
# Now determine the root directory -- this script runs from erts-VSN/bin,
# so we simply need to strip off two dirs from the end of the ERTS_BIN_DIR