summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helper/binutil.inc1
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