aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2022-02-07 10:48:39 +0000
committermerakor <cem@ckyln.com>2022-02-07 10:48:39 +0000
commitf9653ac22ba26c9c13e03d06b4177aea757fef7b (patch)
tree45ef5a4b58644064242e2cf049538c5e27680dea
parentfbc04171c1f8afc5e95ea736f1d4668141659d7f (diff)
downloadcpt-f9653ac22ba26c9c13e03d06b4177aea757fef7b.tar.gz
pkg_fix_deps: fix typo causing a bug
FossilOrigin-Name: cfda24ae311663202e9f4b7c0eb2515826b3c8d2ff32db5938c089da3d7f76b4
-rw-r--r--src/cpt-lib.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-lib.in b/src/cpt-lib.in
index 7659e39..23a75ec 100644
--- a/src/cpt-lib.in
+++ b/src/cpt-lib.in
@@ -972,7 +972,7 @@ pkg_fix_deps() {
case ${elf_prog:-ldd} in
*readelf) "$elf_prog" -d "$file" 2>/dev/null ;;
- *) pirntf '%s\n' "$lddbuf" ;;
+ *) printf '%s\n' "$lddbuf" ;;
esac |
while read -r dep; do
# Skip lines containing 'ldd'.