summaryrefslogtreecommitdiff
path: root/scripts/build/test_suite/gcc.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-27 03:06:35 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-27 03:06:35 (GMT)
commit59bab98b2de061f395dc81f9a31157b4b1f9de91 (patch)
tree1f294bca496405cc83ac69967460b3f0cebb1d7c /scripts/build/test_suite/gcc.sh
parentdf1e3e32cfb7cf09e4636b08eeffb53181ca1e83 (diff)
Revert "Determine whether -E/-r option selects extended regexp"
This reverts commit 7bcf18bfab84374d3305c7a088f95ac1219ddf93.
Diffstat (limited to 'scripts/build/test_suite/gcc.sh')
-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 eac095d..c829a43 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_r -i -e "s/@@DG_TARGET@@/${CT_TARGET}/g;" \
+ CT_DoExecLog ALL sed -i -r -e "s/@@DG_TARGET@@/${CT_TARGET}/g;" \
"${CT_TEST_SUITE_DIR}/gcc/Makefile"
CT_EndStep