summaryrefslogtreecommitdiff
path: root/scripts/build/kernel/linux.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/kernel/linux.sh
parentdf1e3e32cfb7cf09e4636b08eeffb53181ca1e83 (diff)
Revert "Determine whether -E/-r option selects extended regexp"
This reverts commit 7bcf18bfab84374d3305c7a088f95ac1219ddf93.
Diffstat (limited to 'scripts/build/kernel/linux.sh')
-rw-r--r--scripts/build/kernel/linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh
index 81a8869..9cfc433 100644
--- a/scripts/build/kernel/linux.sh
+++ b/scripts/build/kernel/linux.sh
@@ -80,7 +80,7 @@ do_kernel_extract() {
# to version - patching each particular Linux version would be
# too cumbersome.
CT_Pushd "${CT_SRC_DIR}/linux-${CT_KERNEL_VERSION}"
- sed_r -i 's/(\$\(MAKE\) .* relocs)$/:/' arch/*/Makefile
+ sed -i -r 's/(\$\(MAKE\) .* relocs)$/:/' arch/*/Makefile
CT_Popd
}