Stop always returning STATUS_BUILTIN_ERROR on --merge.

This commit is contained in:
Aaron Gyes 2016-02-16 11:38:31 -08:00 committed by ridiculousfish
parent 83d3c9fc04
commit 0395c33982

View file

@ -3868,6 +3868,7 @@ static int builtin_history(parser_t &parser, io_streams_t &streams, wchar_t **ar
if (merge_history)
{
history->incorporate_external_changes();
return STATUS_BUILTIN_OK;
}
if (search_history)