diff --git a/src/bee-query.sh.in b/src/bee-query.sh.in index 02edcf3..a6e2755 100644 --- a/src/bee-query.sh.in +++ b/src/bee-query.sh.in @@ -70,7 +70,7 @@ function query() { function get_files() { pkg=${1} - for s in "" "${BEE_METADIR}" ; do + for s in "${BEE_METADIR}" ; do ff="${s}/${pkg}/CONTENT" if [ -e "${ff}" ] ; then while read line ; do