From 1380599ef36e89818d74a5e8ee8edd75846a4b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Mon, 13 Mar 2023 14:18:14 +0100 Subject: Followup to . --- pkgtool.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgtool.sh') diff --git a/pkgtool.sh b/pkgtool.sh index 185bc303..bb10fcd6 100755 --- a/pkgtool.sh +++ b/pkgtool.sh @@ -234,11 +234,11 @@ pkgtoolp_info() { fi; _ppi_patch_idx=1; - while ex_pkg_get_default \ - \$_ppi_fname "${_ppi_pkg_name}" \ - "${_ppi_pkg_version}" \ - "vars_file patches_chainport patches_pre patches" \ - "${_ppi_patch_idx}" \ + while ex_pkg_get_default \ + \$_ppi_fname "${_ppi_patch_idx}" \ + "${_ppi_pkg_name}" \ + "${_ppi_pkg_version}" \ + "vars_file patches_pre patches" \ && [ "${_ppi_fname:+1}" = 1 ]; do : $((_ppi_patch_idx += 1)); -- cgit v1.2.3