Account for upstream separating the completion and prompt scripts
[msysgit.git] / bin / ldd-light
blobc12cb13e5a4ebeaa53e0d2b938d93f79e8b3a0f7
1 #!/bin/sh
3 for path
4 do
5 echo "$path:"
6 objdump -p "$path" | grep "^ DLL Name:"
7 done