From f2aeb58e3b51ac457a03de992cb3ec02048c5dd1 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 1 Jul 2025 21:20:42 -0500 Subject: [PATCH] Regression: The --prepend command is not working. The commit f6868168d36a5fce97f92849ba21e5faa51b7845 introduced this problem. The `<<< ${p}` was placed in the wrong location. This happened due to a very simple regex that I used to mass make the changes. I overlooked this complicated match pattern. --- build/scripts/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/package.sh b/build/scripts/package.sh index fd44e16..bf5cf5c 100644 --- a/build/scripts/package.sh +++ b/build/scripts/package.sh @@ -144,7 +144,7 @@ package_main() { elif [[ ${grab_next} == "prepend" ]] ; then # Provide a bare minimal sanitizer that probably doesn't catch everything that it ideally should. - prepend=$(sed -e 's|[\!~\`@#$%^&*( <<< ${p});:>