mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
composite/hotfix: remove this quirk
This commit is contained in:
parent
9d596e1b61
commit
6cac024ae8
1 changed files with 2 additions and 2 deletions
|
|
@ -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},"
|
||||
|
|
|
|||
Loading…
Reference in a new issue