diff options
| author | Jonathan Bauer | 2013-03-05 17:03:56 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-05 17:03:56 +0100 |
| commit | 899a5ef561fa7437e408da6a32ed59a9f92c6975 (patch) | |
| tree | 165b83f126392657dd57707bc0854f3a8c79a8d9 | |
| parent | binutil.inc: get_basic_libs gets libc and ld-linux (diff) | |
| download | tm-scripts-899a5ef561fa7437e408da6a32ed59a9f92c6975.tar.gz tm-scripts-899a5ef561fa7437e408da6a32ed59a9f92c6975.tar.xz tm-scripts-899a5ef561fa7437e408da6a32ed59a9f92c6975.zip | |
binutil.inc: old test removed
| -rw-r--r-- | helper/binutil.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helper/binutil.inc b/helper/binutil.inc index 29f6f933..f65bd386 100644 --- a/helper/binutil.inc +++ b/helper/binutil.inc @@ -160,7 +160,6 @@ get_link_chain() { # Function to get libc and ld-linux get_basic_libs() { - LIST="basic_libs_list" for i in $(ldd ${SHELL}) do [ $(echo $i | grep '^/' | grep -c ld) -eq 1 -o $(echo $i | grep '^/' | grep -c libc.so) -eq 1 ] && get_link_chain $i |
