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/win32/Install.c | |
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/win32/Install.c')
-rw-r--r-- | erts/etc/win32/Install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/win32/Install.c b/erts/etc/win32/Install.c index dd02a9c111..c46bb89f7c 100644 --- a/erts/etc/win32/Install.c +++ b/erts/etc/win32/Install.c @@ -47,7 +47,7 @@ int main(int argc, char **argv) char *binaries[] = { "erl.exe", "werl.exe", "erlc.exe", "dialyzer.exe", "typer.exe", "escript.exe", "ct_run.exe", NULL }; - char *scripts[] = { "start_clean.boot", "start_sasl.boot", NULL }; + char *scripts[] = { "start_clean.boot", "start_sasl.boot", "no_dot_erlang.boot", NULL }; char fromname[MAX_PATH]; char toname[MAX_PATH]; |