summaryrefslogtreecommitdiff
path: root/scripts/patch-renumber.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-16 20:45:51 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-16 20:45:51 (GMT)
commit5ea3f2967f105713ec0c707b4f3da9519912f9d0 (patch)
treebb5d0be43c62ee7dfc875c45a3c0c7b712f4a192 /scripts/patch-renumber.sh
parent2d1b469f888858180ee95d43a0b89981b38cf93e (diff)
Fix breakage from sed_r change in some auxiliary scripts
... do not overquote the variables from paths.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
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 5e8dbce..602f904 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}" \
)" \
)"