Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Sep 2004 15:40:52 +0000 (15:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Sep 2004 15:40:52 +0000 (15:40 +0000)
2004-09-21  Ulrich Drepper  <drepper@redhat.com>

* elf/ldd.bash.in: Fix syntax errors.

ChangeLog
elf/ldd.bash.in

index cc7ad62..425264b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-21  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/ldd.bash.in: Fix syntax errors.
+
 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/dl-execstack.c
index 6ee9b60..f400924 100644 (file)
@@ -75,6 +75,7 @@ For bug reporting instructions, please see:
   -u | --u | --un | --unu | --unus | --unuse | --unused)
     unused=yes
     shift
+    ;;
   --v | --ve | --ver)
     echo >&2 $"ldd: option \`$1' is ambiguous"
     exit 1
@@ -102,7 +103,7 @@ nonelf ()
 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)