From b6c3bd0262e81c6b1200c507af62b8d1e4cb9d1d Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 24 Mar 2009 17:59:26 +0000 Subject: [PATCH] Co-exist with nm --- frontend.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0