From 18eefdd6f38631e15e56a2bd7a25bba50b05acfa Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Tue, 5 May 2020 16:45:57 +0100 Subject: s/Remove_package/Remove_packages/ it removes one or more, so should be plural for clarity Gbp-Dch: Short --- functions/packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions') diff --git a/functions/packages.sh b/functions/packages.sh index b9fa28611..83d15e09e 100755 --- a/functions/packages.sh +++ b/functions/packages.sh @@ -63,7 +63,7 @@ Install_packages () unset _LB_PACKAGES # Can clear this now } -Remove_package () +Remove_packages () { if [ "${LB_BUILD_WITH_CHROOT}" != "true" ]; then return @@ -102,7 +102,7 @@ Remove_package () Cleanup_temp_packages () { if [ -e "$(Installed_tmp_packages_file)" ]; then - Remove_package + Remove_packages fi } -- cgit v1.2.3