summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_archives
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_archives')
-rwxr-xr-xscripts/build/chroot_archives2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives
index 70515b140..3844b782a 100755
--- a/scripts/build/chroot_archives
+++ b/scripts/build/chroot_archives
@@ -20,7 +20,7 @@ USAGE="${PROGRAM} {source|binary|chroot} {install|remove} [--force]"
_PASS="${1}"
shift
-if ! In_List "${_PASS}" "binary" "chroot" "source"; then
+if ! In_list "${_PASS}" "binary" "chroot" "source"; then
Usage
fi