From 6cac024ae8296ab86ff9beafcc481a41f52aef1c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 18 Nov 2024 08:57:23 +0100 Subject: [PATCH] composite/hotfix: remove this quirk --- composite/hotfix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composite/hotfix.sh b/composite/hotfix.sh index 9bf6970..fe7bbae 100644 --- a/composite/hotfix.sh +++ b/composite/hotfix.sh @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -TARGET=${1%%-*} +TARGET=${1} MSGS= set -e @@ -72,7 +72,7 @@ else ARG_CORE= # figure out which stage a package belongs to - for PACKAGE in $(echo ${1} | tr ',' ' '); do + for PACKAGE in $(echo ${TARGET} | tr ',' ' '); do if [ -z "${PRODUCT_CORES%%*"${PACKAGE}"*}" ]; then if [ -n "${ARG_CORE}" ]; then ARG_CORE="${ARG_CORE},"