summaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-04-08 07:59:52 +0000
committerJakub Jelinek <jakub@redhat.com>2008-04-08 07:59:52 +0000
commite6e467b8352b6a62b8187fd241671eb55d0f6fc4 (patch)
tree2e7c2ddae1aa58a70c384e1d5b49d3ad198a2718 /malloc
parent09b731ac2b1b5e79050991f6a9dab964f9a7a60f (diff)
Updated to fedora-glibc-20080408T0706
Diffstat (limited to 'malloc')
-rw-r--r--malloc/mtrace.pl2
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.