diff options
Diffstat (limited to 'lib/sasl/src/systools_relup.erl')
-rw-r--r-- | lib/sasl/src/systools_relup.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/src/systools_relup.erl b/lib/sasl/src/systools_relup.erl index 8376e278af..7fb623bb85 100644 --- a/lib/sasl/src/systools_relup.erl +++ b/lib/sasl/src/systools_relup.erl @@ -387,7 +387,7 @@ check_for_restart_emulator_opt(RUs, Ws, Opts) -> %% instruction, executed after all code loading, code_change etc. fix_r15_sasl_upgrade([restart_new_emulator | RestRUs]=RUs, Ws, BaseApps) -> case lists:keyfind(sasl,1,BaseApps) of - {sasl,Vsn} when Vsn < ?R15_SASL_VSN -> + {sasl,Vsn} when Vsn < ?R15_SASL_VSN -> {lists:delete(restart_emulator,RestRUs) ++ [restart_new_emulator], [pre_R15_emulator_upgrade|Ws]}; _ -> |