summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-11 14:28:57 +0100
committerJonathan Bauer2013-03-11 14:28:57 +0100
commitb9f02ed59f6d54f6629d73dcdbdf91e58aeae60a (patch)
tree6d47923fb92ab8339f1fd38aea776ede8582cb2d /helper
parentremove old modules/firmware list, now in remote/core/core.conf (diff)
downloadtm-scripts-b9f02ed59f6d54f6629d73dcdbdf91e58aeae60a.tar.gz
tm-scripts-b9f02ed59f6d54f6629d73dcdbdf91e58aeae60a.tar.xz
tm-scripts-b9f02ed59f6d54f6629d73dcdbdf91e58aeae60a.zip
fix not removing ldd_output
Diffstat (limited to 'helper')
-rw-r--r--helper/binutil.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/binutil.inc b/helper/binutil.inc
index dcf19cd8..53f5f5d4 100644
--- a/helper/binutil.inc
+++ b/helper/binutil.inc
@@ -48,6 +48,7 @@ get_dynamic_dependencies() {
else
# Case 2: not a dynamic
pdebug "$BINARY not a dynamic, skipping."
+ rm -f $LDD_OUT
continue
fi
rm -f $LDD_OUT