From: Sapan Bhatia Date: Tue, 24 Mar 2009 17:59:26 +0000 (+0000) Subject: Co-exist with nm X-Git-Tag: vsys-0.9-0~8 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=b6c3bd0262e81c6b1200c507af62b8d1e4cb9d1d Co-exist with nm --- diff --git a/frontend.ml b/frontend.ml index 59e1a4c..1c8225c 100644 --- a/frontend.ml +++ b/frontend.ml @@ -13,7 +13,7 @@ class frontendHandler (root_dir,slice_name) = object(this) (** regex indicating that the script passes fds around *) - val fd_regex = Str.regexp "^fd_" + val fd_regex = Str.regexp "fd_" method is_fd_passer fname = Str.string_match fd_regex fname 0 method get_slice_name () = slice_name