6 echo "$SELF: strip command not defined (STRIP variable not set)"
12 [ -z "$TARGETS" ] && {
13 echo "$SELF: no directories / files specified"
14 echo "usage: $SELF [PATH...]"
18 find $TARGETS -type f
-a -exec file {} \
; | \
19 sed -n -e 's/^\(.*\):.*ELF.*\(executable\|relocatable\|shared object\).*, not stripped/\1:\2/p' | \
This page took 0.041434 seconds and 5 git commands to generate.