summaryrefslogtreecommitdiff
path: root/scripts/rstrip.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 14:37:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 14:37:43 +0200
commit3da99af93a2f24288aba5d8aa2879ce1b6e95dbb (patch)
tree3afde8e5d57c28582d6d3cd98f064b3711141276 /scripts/rstrip.sh
parent18f05255fbe30ee3929453a8333208de67b05d11 (diff)
parent8ea87cbaf6a1873b77c5ce4e4104e8dd7c7a0211 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/rstrip.sh')
-rw-r--r--scripts/rstrip.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh
index 0c7550d8e..951362d35 100644
--- a/scripts/rstrip.sh
+++ b/scripts/rstrip.sh
@@ -54,6 +54,7 @@ find $TARGETS -type f -a -exec file {} \; | \
esac
echo "$SELF: $V:$S"
echo "-> $T $F"
+ eval "chmod u+w $F"
eval "$T $F"
done
exit 0