From 6b02ed347bd65142e2d4e1a4d4bc9dee56e2b1da Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Thu, 31 May 2012 15:28:48 +0200 Subject: [PATCH] bee-list: Remove some confusing warnings --- src/bee-list.sh.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bee-list.sh.in b/src/bee-list.sh.in index 7cc9086..6623fe4 100644 --- a/src/bee-list.sh.in +++ b/src/bee-list.sh.in @@ -114,7 +114,6 @@ function print_warning() { function list_installed_packages() { if [ ! -r "${BEE_METADIR}" ] ; then - print_warning "can't read BEE_METADIR '${BEE_METADIR}' .. aborting" return fi find ${BEE_METADIR} -mindepth 1 -maxdepth 1 -type d -printf "%f\n" @@ -135,7 +134,6 @@ function list_available_packages() { done if [ -z "${search}" ] ; then - print_warning "empty search path .. aborting." return fi