composite/hotfix: force second argument empty

This commit is contained in:
Franco Fichtner 2024-10-01 14:14:56 +02:00
parent 2027268ca7
commit 75a073bdae

View file

@ -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