From 75a073bdae4bdef00cbd41c5d9eef14c6bde431d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 1 Oct 2024 14:14:56 +0200 Subject: [PATCH] composite/hotfix: force second argument empty --- composite/hotfix.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composite/hotfix.sh b/composite/hotfix.sh index 5593814..9bf6970 100644 --- a/composite/hotfix.sh +++ b/composite/hotfix.sh @@ -92,9 +92,9 @@ else done # run all stages required for this hotfix run - run_stage ports ${ARG_PORTS} "DEPEND=no PRUNE=no ${PORTSENV}" - run_stage plugins ${ARG_PLUGINS} - run_stage core ${ARG_CORE} + run_stage ports "${ARG_PORTS}" "DEPEND=no PRUNE=no ${PORTSENV}" + run_stage plugins "${ARG_PLUGINS}" + run_stage core "${ARG_CORE}" run_stage packages hotfix fi