diff options
Diffstat (limited to 'otherlibs/labltk/browser/useunix.ml')
-rw-r--r-- | otherlibs/labltk/browser/useunix.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/labltk/browser/useunix.ml b/otherlibs/labltk/browser/useunix.ml index 4998bbd66..666f866f0 100644 --- a/otherlibs/labltk/browser/useunix.ml +++ b/otherlibs/labltk/browser/useunix.ml @@ -36,7 +36,7 @@ let get_files_in_directory dir = | Some x -> get_them (x::l) | None -> - closedir dirh; l + closedir dirh; l in List.sort ~cmp:compare (get_them []) @@ -63,7 +63,7 @@ let subshell ~cmd = with Some x -> it (x::l) | None -> List.rev l - in + in let answer = it [] in ignore (close_process_in rc); answer |