Skip to content
Snippets Groups Projects
Commit 95ecb2b5 authored by Androbin42's avatar Androbin42
Browse files

Make buildtests.in more robust

parent 3f7fb5a6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ then
fi
TESTSLIST="@EIGEN_TESTS_LIST@"
targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
targets_to_make=$(echo "$TESTSLIST" | grep -E "$1" | xargs echo)
if [ -n "${EIGEN_MAKE_ARGS:+x}" ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment