summaryrefslogtreecommitdiff
path: root/src/query.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.sh')
-rw-r--r--src/query.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.sh b/src/query.sh
index 14d9adf..17f0c57 100644
--- a/src/query.sh
+++ b/src/query.sh
@@ -35,7 +35,7 @@ files () {
file_info () {
for file in $@; do
[ ! -f ${SYSROOT}$file ] && file=$(realpath $file)
- for pkg in $(list_installed); do
+ for pkg in $(installed); do
for list in ${INSTALLED_DIR}/$pkg/files; do
grep -q ^${file}$ $list &&
printf "${LIGHT_BLUE}%s${BLUE} belongs to ${LIGHT_BLUE}%s${RESET}\n" $file $pkg