The unified diff between revisions [215497ae..] and [e8202b8b..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "modules/es_unix/unix_cmd.cpp"
# from [9eb60c7b01a354ebf19f20e3463b0b1f2e92c83a]
# to [e1158e9ac22f59291c88990bcf1fd90a4b5e1e14]
#
============================================================
--- modules/es_unix/unix_cmd.cpp 9eb60c7b01a354ebf19f20e3463b0b1f2e92c83a
+++ modules/es_unix/unix_cmd.cpp e1158e9ac22f59291c88990bcf1fd90a4b5e1e14
@@ -41,7 +41,7 @@ void do_exec(const std::vector<std::stri
{
const std::string full_path = paths[j] + "/" + arg_list[0];
const char* fsname = full_path.c_str();
- ::execl(fsname, fsname, arg1, arg2, arg3, arg4, 0);
+ ::execl(fsname, fsname, arg1, arg2, arg3, arg4, NULL);
}
}