diff options
| author | Jonathan Bauer | 2013-03-11 14:28:57 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-11 14:28:57 +0100 |
| commit | b9f02ed59f6d54f6629d73dcdbdf91e58aeae60a (patch) | |
| tree | 6d47923fb92ab8339f1fd38aea776ede8582cb2d /helper | |
| parent | remove old modules/firmware list, now in remote/core/core.conf (diff) | |
| download | tm-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.inc | 1 |
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 |
