aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpt-lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-lib b/src/cpt-lib
index 7905ffb..61a7842 100644
--- a/src/cpt-lib
+++ b/src/cpt-lib
@@ -798,7 +798,7 @@ pkg_fixdeps() {
case $own in "$pkg_name"|"$pkg_name-bin"|"") continue ; esac
printf 'Found %s (%s) in (%s)\n' "$own" "$dep" \
- "${file##$pkg_dir/$pkg_name}" >/dev/tty
+ "${file##$pkg_dir/$pkg_name}" >&2
printf '%s\n' "$own"
done ||: