diff options
Diffstat (limited to 'scripts/build/chroot_devpts')
-rwxr-xr-x | scripts/build/chroot_devpts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_devpts b/scripts/build/chroot_devpts index ade3fbe7e..754422dab 100755 --- a/scripts/build/chroot_devpts +++ b/scripts/build/chroot_devpts @@ -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) |