From 8b71f5ceacb73fab1453ed641890edf4e7af7103 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 5 Jun 2007 01:47:48 +0000 Subject: [PATCH] Fix typo in r14829. Thanks to Bert Wesarg for pointing out my dumbness :). This commit was SVN r14855. The following SVN revision numbers were found above: r14829 --> open-mpi/ompi@38698adf29a3c0fda165641fdcbde58568dc1811 --- config/cxx_find_template_repository.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cxx_find_template_repository.m4 b/config/cxx_find_template_repository.m4 index 3693c16855..fad19c63b6 100644 --- a/config/cxx_find_template_repository.m4 +++ b/config/cxx_find_template_repository.m4 @@ -141,7 +141,7 @@ else temp_mask="`echo $ompi_file | cut -d. -f2`" if test "$ompi_template_filemask" = ""; then ompi_template_filemask="$temp_mask"; - elif test "`echo $ompi_template_filemask | EGREP $temp_mask`" = ""; then + elif test "`echo $ompi_template_filemask | $GREP $temp_mask`" = ""; then ompi_template_filemask="$ompi_template_filemask $temp_mask" fi fi