This commit is contained in:
Daniel Kochmański 2017-02-17 18:45:04 +01:00
parent 9e69603e4f
commit ca08f94430

View file

@ -576,7 +576,7 @@ si_run_program_internal(cl_object command, cl_object argv,
/* Command is passed as is from argv. It is responsibility of
higher level interface to decide, whenever arguments should be
quoted or left as-is.*/
quoted or left as-is. */
command = ecl_null_terminated_base_string(argv);
if (!Null(environ)) {