diff options
author | Dan Gudmundsson <[email protected]> | 2013-10-01 14:16:21 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-10-03 15:16:42 +0200 |
commit | bc966c32bfb52467f4fd527995c110c0a980527c (patch) | |
tree | 97282e9e6f7e5a60e5080f36a7f5e15cb96dcc59 /erts/etc/unix/Install.src | |
parent | c5459f9ba0e8b3568a34788bfd596f5f6be9fca2 (diff) | |
download | otp-bc966c32bfb52467f4fd527995c110c0a980527c.tar.gz otp-bc966c32bfb52467f4fd527995c110c0a980527c.tar.bz2 otp-bc966c32bfb52467f4fd527995c110c0a980527c.zip |
sasl: Add no_dot_erlang start script
Sometimes it is wanted to start erlang without loading the user dependent
.erlang file, for example in scripts and configure tests.
Diffstat (limited to 'erts/etc/unix/Install.src')
-rw-r--r-- | erts/etc/unix/Install.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/unix/Install.src b/erts/etc/unix/Install.src index 0f33258a28..8eb1db75bd 100644 --- a/erts/etc/unix/Install.src +++ b/erts/etc/unix/Install.src @@ -137,9 +137,9 @@ case $start_option in esac cp -p ../releases/%I_SYSTEM_VSN%/start_*.boot . +cp -p ../releases/%I_SYSTEM_VSN%/no_dot_erlang.boot . cp -p $Name.boot start.boot cp -p ../releases/%I_SYSTEM_VSN%/$Name.script start.script - # # Fixing the man pages # |