fix _make_git_tar_dir.sh - don't 'append directory' to symlinks
[cmdllinux.git] / scripts / _readelf_d.sh
blob1de6395c39ec5935673d6bb134864471199bafb8
1 if [ ! -z "$1" ]; then
2 DIR="$1"
3 [ ! -d "$DIR" ] && echo "No such directory" && exit 1
4 cd "$DIR"
5 fi
6 _findbin | xargs -r -i sh -c 'echo "./{}"; readelf -d {}; echo'