[scripts] download.pl: pass --no-check-certificate to wget
[openwrt.git] / scripts / rstrip.sh
index 5efc866..e42caa5 100755 (executable)
@@ -48,7 +48,10 @@ find $TARGETS -type f -a -exec file {} \; | \
        [ "${S}" = "relocatable" ] && {
                eval "$STRIP_KMOD -w -K '__param*' -K '__mod*' $(find_modparams "$F")$F"
        } || {
+               b=$(stat -c '%a' $F)
                eval "$STRIP $F"
+               a=$(stat -c '%a' $F)
+               [ "$a" = "$b" ] || chmod $b $F
        }
   done
   true
This page took 0.019272 seconds and 4 git commands to generate.