[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#170989: libc6: ldd: line 122 malformed, does not parse command line arguments



Package: libc6
Version: 2.3.1-5

ldd wrapper script does not parse command line arguments

Example:
host:~# ldd /usr/bin/ls
ldd: ./: No such file or directory

Line 122 of /usr/bin/ldd is malformed as shown below:
for file do

I recommend line 122 should be corrected to:
for file in $*; do

Best regards,
Dan



Reply to: