about summary refs log tree commit diff
path: root/malloc/mtrace.pl
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-04-07 14:45:18 +0000
committerJakub Jelinek <jakub@redhat.com>2008-04-07 14:45:18 +0000
commitae39e102cb79ad85fa3c901d55d3081c478d2f80 (patch)
treea8a91350c9bf0ab4ac0626ad6c64a429259e70f7 /malloc/mtrace.pl
parent2503dd30abeb8c8144fc4598f10d8d4b1e5de63f (diff)
downloadglibc-ae39e102cb79ad85fa3c901d55d3081c478d2f80.tar.gz
glibc-ae39e102cb79ad85fa3c901d55d3081c478d2f80.tar.xz
glibc-ae39e102cb79ad85fa3c901d55d3081c478d2f80.zip
* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2008-04-07  Jakub Jelinek  <jakub@redhat.com>

	* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
Diffstat (limited to 'malloc/mtrace.pl')
-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.