summaryrefslogtreecommitdiff
path: root/bin/ii-connect
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ii-connect')
-rwxr-xr-xbin/ii-connect3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ii-connect b/bin/ii-connect
index 4050bd0..0ecb987 100755
--- a/bin/ii-connect
+++ b/bin/ii-connect
@@ -94,7 +94,8 @@ if [ "$1" = 'watch' ]; then
p
' "${out_file}" | \
while read -r line; do
- if ! reason=$(pkgfile -C "${base_dir}/conf/pkgfile.pacman32.conf" "${line}"); then
+ reason=$("${base_dir}/bin/wtf" "${line}");
+ if [ -z "${reason}" ] then
reason="Huh, I don't know that one."
fi
if [ "$(echo "${reason}" | wc -l)" -le 5 ]; then