diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-15 13:05:44 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-17 22:59:37 +0000 |
commit | fb0790cc4379280084cc9a4469a515e243f45b9b (patch) | |
tree | 0b0dc6e8f37301a3e946a3c80b610bb4f3793363 /scripts/build/chroot_proc | |
parent | fe0d2358b9777703effad9b29a1f54eeb65477f9 (diff) | |
download | vyos-live-build-fb0790cc4379280084cc9a4469a515e243f45b9b.tar.gz vyos-live-build-fb0790cc4379280084cc9a4469a515e243f45b9b.zip |
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
Diffstat (limited to 'scripts/build/chroot_proc')
-rwxr-xr-x | scripts/build/chroot_proc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_proc b/scripts/build/chroot_proc index a41003ce2..e44248a58 100755 --- a/scripts/build/chroot_proc +++ b/scripts/build/chroot_proc @@ -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) |