From fb0790cc4379280084cc9a4469a515e243f45b9b Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sun, 15 Mar 2020 13:05:44 +0000 Subject: stagefiles: s/Require_stagefile/Require_stagefiles/ this function takes one or more required stage fileS _plural_, and exits if any are missing (or at least it does now after the refactor). let's rename it to make things more clear Gbp-Dch: Short --- scripts/build/chroot_resolv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/chroot_resolv') diff --git a/scripts/build/chroot_resolv b/scripts/build/chroot_resolv index dcf798841..7066e53a6 100755 --- a/scripts/build/chroot_resolv +++ b/scripts/build/chroot_resolv @@ -22,7 +22,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Init_config_data "${@}" # Requiring stage file -Require_stagefile config bootstrap +Require_stagefiles config bootstrap case "${1}" in install) -- cgit v1.2.3