X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Frstrip.sh;h=55caefc1a8cf463edb73b58d6de1e4ae376e14a7;hb=565de8b8a8b3532d07abba7a083763ac31ca28ee;hp=4e4232db60d6b67689c70ca36568d7790b006714;hpb=2efe776ab082723fe94e91ae7d45e65480bb3faa;p=openwrt%2Fstaging%2Fjogo.git diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index 4e4232db60..55caefc1a8 100755 --- a/scripts/rstrip.sh +++ b/scripts/rstrip.sh @@ -21,7 +21,7 @@ TARGETS=$* } find $TARGETS -type f -a -exec file {} \; | \ - sed -n -e 's/^\(.*\):.*ELF.*\(executable\|relocatable\|shared object\).*,.* stripped/\1:\2/p' | \ + sed -n -e 's/^\(.*\):.*ELF.*\(executable\|relocatable\|shared object\).*,.*/\1:\2/p' | \ ( IFS=":" while read F S; do