0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

Make buildtests.in more robust

This commit is contained in:
Androbin42
2017-06-12 17:11:06 +00:00
parent 3f7fb5a6d6
commit 95ecb2b5d6

View File

@@ -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