diff options
author | Lukas Larsson <[email protected]> | 2014-03-23 22:51:19 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-03-26 15:18:59 +0100 |
commit | 8af4baec6e25febcc4457c85bd9079b672990c9c (patch) | |
tree | abf41b583efa55b481f11262deaa2c709d00904e /lib/kernel | |
parent | 09c1cbf863864a5740f7c13c136b1164aac70469 (diff) | |
download | otp-8af4baec6e25febcc4457c85bd9079b672990c9c.tar.gz otp-8af4baec6e25febcc4457c85bd9079b672990c9c.tar.bz2 otp-8af4baec6e25febcc4457c85bd9079b672990c9c.zip |
ose: Prepare slave for running on OSE
This change relies on the assumption that all arguments before the last --
to the parent beam should be left as they are.
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/src/os.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/src/os.erl b/lib/kernel/src/os.erl index 9ffa9adeab..6303ca29fb 100644 --- a/lib/kernel/src/os.erl +++ b/lib/kernel/src/os.erl @@ -67,7 +67,7 @@ unsetenv(_) -> %%% End of BIFs -spec type() -> {Osfamily, Osname} when - Osfamily :: unix | win32, + Osfamily :: unix | win32 | ose, Osname :: atom(). type() -> |