diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-04-08 07:59:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-04-08 07:59:52 +0000 |
commit | e6e467b8352b6a62b8187fd241671eb55d0f6fc4 (patch) | |
tree | 2e7c2ddae1aa58a70c384e1d5b49d3ad198a2718 /malloc | |
parent | 09b731ac2b1b5e79050991f6a9dab964f9a7a60f (diff) | |
download | glibc-e6e467b8352b6a62b8187fd241671eb55d0f6fc4.tar glibc-e6e467b8352b6a62b8187fd241671eb55d0f6fc4.tar.gz glibc-e6e467b8352b6a62b8187fd241671eb55d0f6fc4.tar.bz2 glibc-e6e467b8352b6a62b8187fd241671eb55d0f6fc4.zip |
Updated to fedora-glibc-20080408T0706
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/mtrace.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index 5e5e1ea0ab..782861129f 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -1,5 +1,5 @@ #! @PERL@ -eval "exec @PERL@ -S $0 $*" +eval "exec @PERL@ -S $0 $@" if 0; # Copyright (C) 1997-2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This file is part of the GNU C Library. |