From 6a630d65522105b25363ab4ac10248fc13b1c783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Sun, 26 Mar 2023 15:22:05 +0200 Subject: Print group file pathname in ./pkgtool.sh -i output. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index b4c5c365..e5f225f0 100755 --- a/build.sh +++ b/build.sh @@ -125,7 +125,7 @@ buildp_init_args() { elif ! ex_pkg_process_restart_spec "${_bpia_rstatus}" \$ARG_RESTART \$ARG_RESTART_AT \$ARG_RESTART_RECURSIVE; then _bpia_rc=1; rtl_setrstatus "${_bpia_rstatus}" 'failed to process -r specification: ${'"${_bpia_rstatus}"'}.'; - elif ! ex_pkg_load_groups \$_bpia_groups \$_bpia_groups_noauto \$GROUP_AUTO \$GROUP_TARGET; then + elif ! ex_pkg_load_groups \$_bpia_groups \$_bpia_groups_noauto; then _bpia_rc=1; rtl_setrstatus "${_bpia_rstatus}" 'failed to load build groups.'; else -- cgit v1.2.3