aboutsummaryrefslogtreecommitdiff
path: root/scripts/buildtests.in
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:56:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:56:36 +0000
commitb06cbe0aaab4156d7796d06083b29f0029caacf9 (patch)
treefb979fb4cf4f8052c8cc66b1ec9516d91fcd859b /scripts/buildtests.in
parentebb9b35b8ba326e77933f1a8283f5f62decadf57 (diff)
parentbc0f5df265caa21a2120c22453655a7fcc941991 (diff)
downloadeigen-b06cbe0aaab4156d7796d06083b29f0029caacf9.tar.gz
Snap for 8512216 from bc0f5df265caa21a2120c22453655a7fcc941991 to tm-frc-media-releaset_frc_med_330443030android13-frc-media-release
Change-Id: I3ce64ce71cedb6c72ed116ba550b07bc9d82743c
Diffstat (limited to 'scripts/buildtests.in')
-rwxr-xr-xscripts/buildtests.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildtests.in b/scripts/buildtests.in
index 526d5b74b..ab9c18fb1 100755
--- a/scripts/buildtests.in
+++ b/scripts/buildtests.in
@@ -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