summaryrefslogtreecommitdiff
path: root/scripts/build/test_suite
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-16 04:36:39 (GMT)
committerGitHub <noreply@github.com>2017-02-16 04:36:39 (GMT)
commit2f052394a5376fe90c240972e2cb8f8abcc7267c (patch)
tree49c67ed5fb9729ef554c3a07a916612af5139e24 /scripts/build/test_suite
parentfbc69323085e2370faeb8b46291cd66cbf9ef649 (diff)
parent7bcf18bfab84374d3305c7a088f95ac1219ddf93 (diff)
Merge pull request #596 from stilor/sed-vs-gsed
Determine whether -E/-r option selects extended regexp
Diffstat (limited to 'scripts/build/test_suite')
-rw-r--r--scripts/build/test_suite/gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/test_suite/gcc.sh b/scripts/build/test_suite/gcc.sh
index c829a43..eac095d 100644
--- a/scripts/build/test_suite/gcc.sh
+++ b/scripts/build/test_suite/gcc.sh
@@ -21,7 +21,7 @@ do_test_suite_gcc_build() {
"${CT_SRC_DIR}/gcc-${CT_CC_GCC_VERSION}/gcc/testsuite" \
"${CT_TEST_SUITE_DIR}/gcc"
- CT_DoExecLog ALL sed -i -r -e "s/@@DG_TARGET@@/${CT_TARGET}/g;" \
+ CT_DoExecLog ALL sed_r -i -e "s/@@DG_TARGET@@/${CT_TARGET}/g;" \
"${CT_TEST_SUITE_DIR}/gcc/Makefile"
CT_EndStep