summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-17 22:40:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-18 09:10:38 +0200
commit64a895f8984552f9a40a3fb1679569df9216d192 (patch)
tree49989f747a71c4dd690c19e7f2931533d04b9ed8 /scripts
parente97bcb2985292df124e691cb8fc66abbff4a6db0 (diff)
remove debug code
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rstrip.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh
index 66aba0e9b..7d38cbeff 100644
--- a/scripts/rstrip.sh
+++ b/scripts/rstrip.sh
@@ -64,7 +64,6 @@ find $TARGETS -type f -a -exec file {} \; | \
echo "-> $T $F"
eval "chmod u+w $F"
if [[ $debug -ne 0 ]];then
- echo "mkdir for $D" >> /tmp/debug
eval "mkdir -p $D/usr/lib/debug/$Q"
eval "$O --only-keep-debug $F $D/usr/lib/debug/$P.debug"
fi