bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mismatched parentheses in ldd


From: Harley D. Eades III
Subject: mismatched parentheses in ldd
Date: 22 Sep 2004 00:56:11 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Here is a patch for elf/ldd.bash.in.  It is really simple but does prevent 
ldd from working.  Sorry if this has already been fixed I have not updated 
in a day.

hde

--- libc/elf/ldd.bash.in        2004-09-18 01:46:38.000000000 -0500
+++ ldd_patched.in      2004-09-21 17:57:00.000000000 -0500
@@ -102,7 +102,7 @@
 add_env="LD_TRACE_LOADED_OBJECTS=1 LD_WARN=$warn LD_BIND_NOW=$bind_now"
 add_env="$add_env LD_VERBOSE=$verbose"
 if test "$unused" = yes; then
-  add_env="$add_env LD_DEBUG="$LD_DEBUG${LD_DEBUG:+,}unused"
+  add_env="$add_env LD_DEBUG="$LD_DEBUG${LD_DEBUG:+,}"unused"
 fi
 case $# in
 0)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]