Skip to content

Commit

Permalink
bee-list: Remove some confusing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed May 31, 2012
1 parent f21d008 commit 6b02ed3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bee-list.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -135,7 +134,6 @@ function list_available_packages() {
done

if [ -z "${search}" ] ; then
print_warning "empty search path .. aborting."
return
fi

Expand Down

0 comments on commit 6b02ed3

Please sign in to comment.