From d79fd1e760a582889ac3f3a90f9245a02e305276 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Tue, 10 Mar 2020 17:35:03 +0000 Subject: archives: fix typo introduced in ee2bbe45782f52d115115b8cf6198afaeb03be9e Gbp-Dch: Ignore --- scripts/build/chroot_archives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build') 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 -- cgit v1.2.3