diff options
author | merakor <cem@ckyln.com> | 2022-02-08 12:44:44 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2022-02-08 12:44:44 +0000 |
commit | 2fac0fd3884de20d68a8137f854219ea425b6a3b (patch) | |
tree | a96e1832a904efd6c6bc55861f65a329ad4a1404 /src | |
parent | 1464395938e2fe1ffc711bd3d10d27c0daf8986d (diff) | |
parent | 3f7849cae0933a275b7f1e9b932d27d737fb982c (diff) | |
download | cpt-2fac0fd3884de20d68a8137f854219ea425b6a3b.tar.gz |
merge 6.2.4 release
FossilOrigin-Name: a814470b3f34b5643b407c3bc60358562406cb281a013aebd1c5ae3c43b432b5
Diffstat (limited to 'src')
-rw-r--r-- | src/cpt-lib.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-lib.in b/src/cpt-lib.in index cfa0b18..27d57e4 100644 --- a/src/cpt-lib.in +++ b/src/cpt-lib.in @@ -1025,7 +1025,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'. |