summaryrefslogtreecommitdiff
path: root/scripts/patch-renumber.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-27 03:06:10 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-27 03:06:10 (GMT)
commitdf1e3e32cfb7cf09e4636b08eeffb53181ca1e83 (patch)
tree3b85769dcfb016280c4845ce88ea851e93f664ab /scripts/patch-renumber.sh
parent85ae00c1a6331d7738abb406a1eb59091c8a4535 (diff)
Revert "Fix breakage from sed_r change in some auxiliary scripts"
This reverts commit 5ea3f2967f105713ec0c707b4f3da9519912f9d0.
Diffstat (limited to 'scripts/patch-renumber.sh')
-rwxr-xr-xscripts/patch-renumber.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patch-renumber.sh b/scripts/patch-renumber.sh
index 602f904..5e8dbce 100755
--- a/scripts/patch-renumber.sh
+++ b/scripts/patch-renumber.sh
@@ -59,7 +59,7 @@ for p in "${src}/"*.patch*; do
newname="$(printf "%03d-%s" \
"${cpt}" \
"$( basename "${p}" \
- |${sed_r} -e 's/^[[:digit:]]+[-_]//' \
+ |"${sed_r}" -e 's/^[[:digit:]]+[-_]//' \
-e "${sed_re}" \
)" \
)"