diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-17 22:40:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:38 +0200 |
commit | 64a895f8984552f9a40a3fb1679569df9216d192 (patch) | |
tree | 49989f747a71c4dd690c19e7f2931533d04b9ed8 /scripts | |
parent | e97bcb2985292df124e691cb8fc66abbff4a6db0 (diff) |
remove debug code
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/rstrip.sh | 1 |
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 |