2004-09-21  Ulrich Drepper  <drepper@redhat.com>

	* elf/ldd.bash.in: Fix syntax errors.
This commit is contained in:
Ulrich Drepper 2004-09-21 15:40:52 +00:00
parent 1658cb8036
commit 366ca3ac16
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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)